- commit
- efb9673eabb8fc5f42322d1895919ed4db198a7a
- parent
- 659a11ca296b285c107f431dd9cbb8070d0ce86f
- Author
- Tobias Bengfort <tobias.bengfort@gmx.net>
- Date
- 2014-10-31 16:14
do not crash server on collision
Diffstat
| M | laneya/map.py | 2 | -- |
1 files changed, 0 insertions, 2 deletions
diff --git a/laneya/map.py b/laneya/map.py
@@ -48,8 +48,6 @@ class Map(object): 48 48 x=sprite.x, 49 49 y=sprite.y, 50 50 entity=sprite.id)51 -1 else:52 -1 raise protocol.IllegalError53 51 54 52 55 53 class Sprite(object):