Fixed typo m_EPDoubleJump to m_EDoubleJump.

This commit is contained in:
Jocke
2016-02-25 16:04:27 +01:00
parent f66fa7a183
commit 059fe5c6c0
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ private:
EventRelay<Client, Events::PlayerSpawned> m_EPlayerSpawned;
bool OnPlayerSpawned(const Events::PlayerSpawned& e);
EventRelay< Client, Events::SearchForServers> m_ESearchForServers;
EventRelay<Client, Events::DoubleJump> m_EPDoubleJump;
EventRelay<Client, Events::DoubleJump> m_EDoubleJump;
bool OnDoubleJump(Events::DoubleJump & e);
bool OnSearchForServers(const Events::SearchForServers& e);
UDPClient m_ServerlistRequest;