summaryrefslogtreecommitdiff
path: root/src/room.rs
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2020-04-15 12:23:06 +0200
committertroido <troido@protonmail.com>2020-04-15 12:23:06 +0200
commit43bde225ebbadd0b917ca87f3164a50455a2b588 (patch)
treec9c2bb0c6839af01a02acba1c338b2d8c59cfcb5 /src/room.rs
parent30a5688010bf07a9e0807ed0c2dc7c51f0e9dae4 (diff)
visit other players
Diffstat (limited to 'src/room.rs')
-rw-r--r--src/room.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/room.rs b/src/room.rs
index dbdb46f..c9fb525 100644
--- a/src/room.rs
+++ b/src/room.rs
@@ -118,7 +118,7 @@ impl <'a, 'b>Room<'a, 'b> {
world.insert(NewEntities::new(encyclopedia));
register_insert!(
world,
- (Position, Visible, Controller, Movable, New, Removed, Moved, Player, Inventory, Health, Serialise, RoomExit, Entered, TriggerBox, Trap, Fighter, Healing, ControlCooldown, Autofight, MonsterAI, Home, AttackInbox, Item, Spawner, Clan, Faction, Interactable, Loot, Timer, Equipment, TimeOffset, Flags, Ear, Build),
+ (Position, Visible, Controller, Movable, New, Removed, Moved, Player, Inventory, Health, Serialise, RoomExit, Entered, TriggerBox, Trap, Fighter, Healing, ControlCooldown, Autofight, MonsterAI, Home, AttackInbox, Item, Spawner, Clan, Faction, Interactable, Loot, Timer, Equipment, TimeOffset, Flags, Ear, Build, Whitelist),
(Ground, Input, Output, Size, Spawn, Players, Emigration, Time)
);