Removed initial world query

The world is queried once the client has the player's character.
This commit is contained in:
Kayne Ruse
2015-03-13 19:12:34 +11:00
parent ca6afb72ad
commit d2bb3575fc
6 changed files with 6 additions and 12 deletions
+1
View File
@@ -29,6 +29,7 @@
#include <string>
//TODO: (0) state-system for preventing double triggering
class TriggerData {
public:
TriggerData() = default;