mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-02 18:44:21 +00:00
fix player deleting time
This commit is contained in:
@@ -221,7 +221,7 @@ class MYSQL_DB {
|
||||
}
|
||||
|
||||
function setDeleting($uid, $mode) {
|
||||
$time = time() + 48 * 3600;
|
||||
$time = time() + 72 * 3600;
|
||||
if(!$mode) {
|
||||
$q = "INSERT into " . TB_PREFIX . "deleting values ($uid,$time)";
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user