close #45 fixed security level for some systems

This commit is contained in:
Exodus4D
2015-10-11 14:43:29 +02:00
parent a3be406fc7
commit 4770fc771d
2 changed files with 1 additions and 5 deletions

View File

@@ -21,4 +21,4 @@ deactivateMapData = Cron\MapUpdate->deactivateMapData, @hourly
deleteMapData = Cron\MapUpdate->deleteMapData, @downtime
; delete character log data
deleteLogData = Cron\CharacterUpdate->deleteLogData, @downtime
deleteLogData = Cron\CharacterUpdate->deleteLogData, @instant

View File

@@ -37,10 +37,6 @@ class CharacterUpdate {
$characterLog->erase();
}
}
}
}