23.04.2016, 19:41
I don't know why, but I'm getting spammed with this message.
I have the main function above the OnGamemodeInit.
Whenever that function is called, it prints out "Main has been called", so the main is definatly called.
How can I fix this?
I have the main function above the OnGamemodeInit.
Whenever that function is called, it prints out "Main has been called", so the main is definatly called.
How can I fix this?
Код:
main() { print("main() has been called."); } public OnGameModeInit()