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:
Dylan K. Taylor
2020-10-06 18:06:48 +01:00
parent 945a2598b7
commit 15eac8a65a
2 changed files with 4 additions and 4 deletions

View File

@ -790,7 +790,7 @@ class Player extends Human implements CommandSender, ChunkListener, IPlayer{
}
}
$this->networkSession->onTerrainReady();
$this->networkSession->notifyTerrainReady();
}
});
}