summaryrefslogtreecommitdiffstats
path: root/src/World.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/World.h')
-rw-r--r--src/World.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/World.h b/src/World.h
index 1a5ac8498..71e23c463 100644
--- a/src/World.h
+++ b/src/World.h
@@ -40,8 +40,6 @@ class cUUID;
struct SetChunkData;
-typedef std::list< cPlayer * > cPlayerList;
-
@@ -1010,9 +1008,9 @@ private:
cRedstoneSimulator * m_RedstoneSimulator;
// Protect with chunk map CS
- cPlayerList m_Players;
+ std::vector<cPlayer *> m_Players;
- cWorldStorage m_Storage;
+ cWorldStorage m_Storage;
unsigned int m_MaxPlayers;