fix(AutoKickHost): use existing kick command (#1098)
This commit is contained in:
parent
93de9aaf25
commit
c71c5c6a39
@ -14,7 +14,7 @@ namespace big
|
||||
g_player_service->iterate([](auto& plyr) {
|
||||
if (plyr.second->is_host())
|
||||
{
|
||||
((player_command*)(command::get(RAGE_JOAAT("lckick"))))->call(plyr.second, {});
|
||||
((player_command*)(command::get(RAGE_JOAAT("breakup"))))->call(plyr.second, {});
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user