Test code

This commit is contained in:
stiffly
2015-12-15 17:55:08 +01:00
parent 082b3fd3df
commit 3f602c9d63
3 changed files with 9 additions and 4 deletions
+1
View File
@@ -300,6 +300,7 @@ void Server::ParseEvent(char * data, size_t length)
return;
unsigned int entityId = m_PlayerDefinitions[i].EntityID;
std::string templalala = std::string(data);
if ("+Forward" == std::string(data)) {
m_World->GetComponent(entityId, "Player")["Forward"] = true;