PLEASE JUST WORK MR TORTOISE

This commit is contained in:
Chiss 2014-03-16 10:42:30 +11:00
parent 3277a0a2f8
commit d6e3f076cd
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ public class SuperSmashTeam extends TeamGame
return 0; return 0;
if (!IsAlive(player)) if (!IsAlive(player))
return 0; return 0;
return _lives.get(player); return _lives.get(player);
} }