RecipeController and some other changes.

This commit is contained in:
MobiusDev
2016-06-03 18:40:51 +00:00
parent 57a7b15213
commit 2d6440aafd
3 changed files with 8 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
# This file contains a list of scripts that should be loaded by the GameServer
# The path is relative to the scripts folder, for example scripts/event.py would
# The path is relative to the scripts folder, for example scripts/event.java would
# require the following entry:
# event.py
# event.java
#
# Note: You can also load an script during server runtime using the Admin Panel