reworked if
This commit is contained in:
@ -21,7 +21,7 @@ namespace big
|
||||
dynamic_cast<player_command*>(command::get("breakup"_J))->call(player, {}),
|
||||
dynamic_cast<player_command*>(command::get("hostkick"_J))->call(player, {});
|
||||
|
||||
if (player && player->is_host() && player->is_valid()) {
|
||||
if (player->is_host()) {
|
||||
dynamic_cast<player_command*>(command::get("oomkick"_J))->call(player, {});
|
||||
script::get_current()->yield(700ms);
|
||||
}
|
||||
|
Reference in New Issue
Block a user