mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Fixed postbuild typos.
Automatically copy the scripts folder. Pre-edited player.lua to disable addQuest / Directors.
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user