game: Delete another useless io:format.
This commit is contained in:
parent
4aacaa6913
commit
457926fea5
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user