You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running a project which contain an api folder, all dependecy have been handled and server starts without complains. After I deleted the api folder, some of the global variable and global functions are now missing, which affect to other modules.
Current the compling order will look like this.
class.agent
class.init
class.table
game.agent
game.init
game.table
init
It should be like this, in case of breaking the dependency between.
Shouldn't init.lua been processed before all other scripts?
Asscending depth order of folder structure and priority to init.lua before other script.
The text was updated successfully, but these errors were encountered: