1
0
Fork 0

Fixed ChunkWorx stop button giving an error

This commit is contained in:
STRWarrior 2014-06-13 23:16:52 +02:00
parent 90e3e2b4e6
commit b0f1707d50
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ function HandleRequest_Generation( Request )
local Content = ""
if (Request.PostParams["AGHRRRR"] ~= nil) then
GENERATION_STATE = 0
WW_instance:SaveAllChunks()
WW_instance:QueueSaveAllChunks()
WW_instance:QueueUnloadUnusedChunks()
LOGERROR("" .. PLUGIN:GetName() .. " v" .. PLUGIN:GetVersion() .. ": works ABORTED by admin")
end