Fixes boats sometimes not detecting the portal before the player detects the portal
This commit is contained in:
@ -10,6 +10,7 @@ import java.util.Iterator;
|
||||
*/
|
||||
public class StarGateThread implements Runnable {
|
||||
|
||||
@Override
|
||||
public void run() {
|
||||
long time = System.currentTimeMillis() / 1000;
|
||||
// Close open portals
|
||||
|
Reference in New Issue
Block a user