Hotfix: Remove dev tests and fix chat listener import path #3
yansanko50051-pixel
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Fix: I deleted the tests folder and the game started loading correctly.
Fix: In gamedata/scripts/talker_listener_player_speaks.script, there is a typo in the import path.
Changed: local Event = require("lua.domain.model.event")
To: local Event = require("domain.model.event")
Everything works perfectly after these changes.
Beta Was this translation helpful? Give feedback.
All reactions