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

12 lines
215 B
Lua

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