Moved some utility methods out of the "god class"
These methods are are now functions in server_utilities.hpp
This commit is contained in:
@@ -33,5 +33,4 @@ static const luaL_Reg networkLib[] = {
|
||||
LUAMOD_API int openNetworkAPI(lua_State* L) {
|
||||
luaL_newlib(L, networkLib);
|
||||
return 1;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user