mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 11:58:00 +00:00
Fixed #324
This commit is contained in:
@@ -59,7 +59,7 @@ class EntityAPI{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if($q !== ""){
|
if($q !== ""){
|
||||||
$this->server->query("BEGIN TRANSACTION;".$q.";COMMIT;");
|
$this->server->query("BEGIN TRANSACTION;".$q."COMMIT;");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user