diff options
Diffstat (limited to 'src/server.h')
-rw-r--r-- | src/server.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/server.h b/src/server.h index fd559ba14..daf51dee1 100644 --- a/src/server.h +++ b/src/server.h @@ -287,6 +287,7 @@ public: const std::string &playername); void deleteParticleSpawner(const std::string &playername, u32 id); + void deleteParticleSpawnerAll(u32 id); // Creates or resets inventory Inventory* createDetachedInventory(const std::string &name); @@ -662,11 +663,6 @@ private: // key = name std::map<std::string, Inventory*> m_detached_inventories; - /* - Particles - */ - std::vector<u32> m_particlespawner_ids; - DISABLE_CLASS_COPY(Server); }; |