diff --git a/server/entities/entity_api.cpp b/server/entities/entity_api.cpp index 8669417..bd7d702 100644 --- a/server/entities/entity_api.cpp +++ b/server/entities/entity_api.cpp @@ -24,6 +24,7 @@ #include "entity.hpp" static int setRoomIndex(lua_State* L) { + //TODO: (1) if this is a character, push/pop from the room system Entity* entity = static_cast(lua_touserdata(L, 1)); entity->SetRoomIndex(lua_tointeger(L, 2)); return 0;