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