fix ufo cmd
This commit is contained in:
parent
57e23713f2
commit
e81ffaa242
@ -463,9 +463,9 @@ namespace command
|
||||
return;
|
||||
}
|
||||
|
||||
game::g_entities[client_num].client->flags ^= 1;
|
||||
game::g_entities[client_num].client->flags ^= 2;
|
||||
client_println(client_num,
|
||||
game::g_entities[client_num].client->flags & 1
|
||||
game::g_entities[client_num].client->flags & 2
|
||||
? "GAME_UFOON"
|
||||
: "GAME_UFOOFF");
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user