From b98ea15acbebe8815f9316b5a8ef3393fdd1c3e6 Mon Sep 17 00:00:00 2001 From: troido Date: Tue, 3 Mar 2020 16:28:19 +0100 Subject: monsters tend to stay around their home --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 96844d3..204926f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -36,7 +36,7 @@ mod sprite; mod timestamp; mod purgatory; -pub use self::{ +use self::{ pos::Pos, playerid::PlayerId, roomid::RoomId, -- cgit