mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-11-28 07:36:50 +01:00
allow ctrl+z for everyone. Fix issue with runes charges and capacity.
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
@@ -70,7 +70,4 @@ function onStartup()
|
||||
addEvent(setBloomingGriffinclaw, 10000)
|
||||
end
|
||||
end
|
||||
|
||||
-- temporary
|
||||
Game.setGameState(GAME_STATE_CLOSED)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user