diff options
| author | troido <troido@protonmail.com> | 2020-02-22 12:55:10 +0100 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-02-22 12:55:10 +0100 |
| commit | 2b0cc677f4092d94b31e95f3e9961ec6ed91327b (patch) | |
| tree | 5c5e4683f5b8c9973ccfb260a876f88b599b0326 /src/main.rs | |
| parent | a24e17014f37318d08fc8224d38e4062c959f34e (diff) | |
can now pick up specific object from ground
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 21b6b71..def2ee7 100644 --- a/src/main.rs +++ b/src/main.rs @@ -103,7 +103,6 @@ fn main() -> Result<()>{ if message.is_empty(){ continue; } - println!("{}: {}", player.name, message.to_json()); let _ = gameserver.send(&player, message.to_json()); } |
