mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-19 04:15:04 +00:00
Network: clean up ticking handling, RakLib only processes on Snooze notification
This commit is contained in:
@@ -63,7 +63,7 @@ interface NetworkInterface{
|
||||
/**
|
||||
* Called every tick to process events on the interface.
|
||||
*/
|
||||
public function process() : void;
|
||||
public function tick() : void;
|
||||
|
||||
/**
|
||||
* Gracefully shuts down the network interface.
|
||||
|
Reference in New Issue
Block a user