Skip to content
Snippets Groups Projects
Commit 19faeada authored by mcmlxxix's avatar mcmlxxix
Browse files

made an unintentional feature intentional

parent 865245e2
No related branches found
No related tags found
No related merge requests found
......@@ -554,7 +554,6 @@ function race(gameNumber) {
var x = update.data.x+1;
var y = update.data.y+1;
maze.players[pName].frame.moveTo(x,y);
clearFog(p);
}
else if(p[0].toUpperCase() == "HEALTH") {
maze.players[pName].health = update.data;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment