allow ctrl+z for everyone. Fix issue with runes charges and capacity.

This commit is contained in:
ErikasKontenis
2020-01-11 19:24:44 +02:00
parent 6e7987746b
commit 858a27acc8
4 changed files with 4 additions and 13 deletions

View File

@@ -92,10 +92,6 @@ function Player:onMoveCreature(creature, fromPosition, toPosition)
end
function Player:onReportBug(message, position, category)
if self:getAccountType() == ACCOUNT_TYPE_NORMAL then
return false
end
local name = self:getName()
local file = io.open("data/reports/bugs/" .. name .. " report.txt", "a")

View File

@@ -70,7 +70,4 @@ function onStartup()
addEvent(setBloomingGriffinclaw, 10000)
end
end
-- temporary
Game.setGameState(GAME_STATE_CLOSED)
end