game: Delete another useless io:format.

This commit is contained in:
Loïc Hoguin 2010-07-09 21:26:59 +02:00
parent 4aacaa6913
commit 457926fea5

View File

@ -967,7 +967,6 @@ handle_hits(Data) ->
send_1213(ObjectID, 3); send_1213(ObjectID, 3);
_ -> _ ->
PlayerHP = (NewUser#users.character)#characters.currenthp, PlayerHP = (NewUser#users.character)#characters.currenthp,
io:format("~b~n", [PlayerHP]),
case lists:member(death, TargetSE) of case lists:member(death, TargetSE) of
true -> SE = 16#01000200; true -> SE = 16#01000200;
false -> SE = 16#01000000 false -> SE = 16#01000000