Skip to content
  • Ken Kyger's avatar
    b6d60f12
    fix(logging): update world identifier logging to use world title · b6d60f12
    Ken Kyger authored
    - Changed logging statements in Alpha5 scripts to replace `game.world.id` with `game.world.title` for improved clarity in log messages.
    - Updated API endpoint construction to use the encoded world title instead of the world ID, ensuring consistency across the module.
    - Adjusted diagnostics to reflect the world title in relevant logs, enhancing the overall user experience and debugging capabilities.
    
    These changes enhance the clarity of log messages and ensure that the correct world identifier is used throughout the module.
    b6d60f12
    fix(logging): update world identifier logging to use world title
    Ken Kyger authored
    - Changed logging statements in Alpha5 scripts to replace `game.world.id` with `game.world.title` for improved clarity in log messages.
    - Updated API endpoint construction to use the encoded world title instead of the world ID, ensuring consistency across the module.
    - Adjusted diagnostics to reflect the world title in relevant logs, enhancing the overall user experience and debugging capabilities.
    
    These changes enhance the clarity of log messages and ensure that the correct world identifier is used throughout the module.
Loading