project-meteor-server/Data/scripts/commands/LinkshellResignCommand.lua

12 lines
206 B
Lua

--[[
LinkshellLeaveCommand Script
--]]
function onEventStarted(player, actor, triggerName, linkshellName)
GetWorldManager():RequestWorldLinkshellLeave(player, linkshellName);
player:EndEvent();
end