The server builds using the new packet types; incomplete

Most of this was achieved by dummying out calls in HandlePacket(), so the
server's actual logic is incomplete.
This commit is contained in:
Kayne Ruse
2014-11-09 23:15:09 +11:00
parent 3b9df46510
commit a1c20959fe
6 changed files with 193 additions and 105 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ static const luaL_Reg libs[] = {
{nullptr, nullptr}
};
int openMapSystemAPI(lua_State* L) {
int openRoomSystemAPI(lua_State* L) {
//create the table
luaL_newlibtable(L, libs);