mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-20 15:08:19 +00:00
removed spamming I wanna spawn message
This commit is contained in:
parent
a6c8eb642b
commit
619c309779
|
@ -113,10 +113,7 @@ void PLAYER::on_direct_input(NETOBJ_PLAYER_INPUT *new_input)
|
|||
chr->on_direct_input(new_input);
|
||||
|
||||
if(!chr && team >= 0 && (new_input->fire&1))
|
||||
{
|
||||
spawning = true;
|
||||
dbg_msg("", "I wanna spawn");
|
||||
}
|
||||
|
||||
if(!chr && team == -1)
|
||||
view_pos = vec2(new_input->target_x, new_input->target_y);
|
||||
|
|
Loading…
Reference in a new issue