mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
NetworkSession: renamed some instructions to imperative instead of onWhatever()
these aren't listening to events, they are telling the client that an event has taken place.
This commit is contained in:
@ -790,7 +790,7 @@ class Player extends Human implements CommandSender, ChunkListener, IPlayer{
|
||||
}
|
||||
}
|
||||
|
||||
$this->networkSession->onTerrainReady();
|
||||
$this->networkSession->notifyTerrainReady();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user