fix(logging): update world identifier logging to use world title
- 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