summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-04-04 18:29:44 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-04-04 18:29:44 +0300
commit042834b09d8d2d814204244e3a64f5fb1cb7582c (patch)
treeeee9642a157bb7968f5cfceaad77e77a2fec7ca3 /src/main.cpp
parent7df125c249dc9b99b66f047a395106c2038eb00e (diff)
downloadminetest-042834b09d8d2d814204244e3a64f5fb1cb7582c.tar.gz
minetest-042834b09d8d2d814204244e3a64f5fb1cb7582c.tar.bz2
minetest-042834b09d8d2d814204244e3a64f5fb1cb7582c.zip
Fixed chest contents not immediately updating to all players
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 49246ec89..df5bca21e 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -203,6 +203,9 @@ FIXME: Server sometimes goes into some infinite PeerNotFoundException loop
TODO: Player health points
- When player dies, throw items on map
+FIXME: If something is removed from craftresult with a right click,
+ it is only possible to get one item from it should give 4
+
Objects:
--------