This commit is contained in:
2023-10-13 18:04:13 +03:00
parent bdbb359e20
commit 53f0e1108f
3 changed files with 43 additions and 66 deletions

View File

@@ -7,7 +7,6 @@ if ($u->room['file'] != 'dragopsh') {
return;
}
$d = new Dungeon;
$d->start();
function sendSysChat(string $message, bool $hasDn = false, bool $hasReceiver = false) {
global $u;