project-meteor-server/data/scripts/commands/LinkshellKickCommand.lua

12 lines
228 B
Lua

--[[
LinkshellKickCommand Script
--]]
function onEventStarted(player, actor, triggerName, linkshellName, kickedName)
GetWorldManager():RequestWorldLinkshellKick(player, linkshellName, kickedName);
player:EndEvent();
end