Comment tweaks

This commit is contained in:
Kayne Ruse
2015-01-01 01:29:48 +11:00
parent 8b8ef088d9
commit 963aca218a
2 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ void ServerApplication::Init(int argc, char* argv[]) {
std::cout << "Initialized lua" << std::endl;
//prepend config["dir.scripts"] to the module path
//append config["dir.scripts"] to the module path
if (config["dir.scripts"].size() > 0) {
//get the original path
lua_getglobal(luaState, "package");