mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-09 05:54:50 +02:00
Fixed postbuild typos.
Automatically copy the scripts folder. Pre-edited player.lua to disable addQuest / Directors.
This commit is contained in:
parent
25e55bf6df
commit
6642ed7e12
3 changed files with 8 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
local initClassItems, initRaceItems;
|
||||
|
||||
function onBeginLogin(player)
|
||||
|
||||
--[[
|
||||
--New character, set the initial quest
|
||||
if (player:GetPlayTime(false) == 0) then
|
||||
initialTown = player:GetInitialTown();
|
||||
|
@ -43,7 +43,7 @@ function onBeginLogin(player)
|
|||
player:GetQuest(110009):ClearQuestData();
|
||||
player:GetQuest(110009):ClearQuestFlags();
|
||||
end
|
||||
|
||||
--]]
|
||||
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue