mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-17 11:18:52 +00:00
Removed debug thing
This commit is contained in:
parent
5def864aca
commit
67b533a44d
@ -54,7 +54,6 @@ class EntityAPI{
|
||||
while(($e = $l->fetchArray(SQLITE3_ASSOC)) !== false){
|
||||
$e = $this->get($e["EID"]);
|
||||
if($e instanceof Entity){
|
||||
console($e->eid);
|
||||
$e->update();
|
||||
$q .= "UPDATE entities SET hasUpdate = 0 WHERE EID = ".$e->eid.";";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user