mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-04 17:20:02 +00:00
Fixed #324
This commit is contained in:
parent
3d3383bea7
commit
89ef299333
@ -59,7 +59,7 @@ class EntityAPI{
|
||||
}
|
||||
}
|
||||
if($q !== ""){
|
||||
$this->server->query("BEGIN TRANSACTION;".$q.";COMMIT;");
|
||||
$this->server->query("BEGIN TRANSACTION;".$q."COMMIT;");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user