Comment code to update lastday

This commit is contained in:
slawkens
2025-10-15 15:50:22 +02:00
parent 3e61692780
commit 38902c30d1

View File

@@ -220,6 +220,8 @@ switch ($action) {
}
}
/*
* not needed anymore?
if (fieldExist('premdays', 'accounts') && fieldExist('lastday', 'accounts')) {
$save = false;
$timeNow = time();
@@ -256,6 +258,7 @@ switch ($action) {
$account->save();
}
}
*/
$worlds = [$world];
$playdata = compact('worlds', 'characters');