mirror of
https://github.com/Brettflan/WorldBorder.git
synced 2024-11-22 18:16:24 +01:00
fix for potential server crash
This commit is contained in:
parent
40c3764049
commit
5572801827
@ -35,7 +35,8 @@ public class BorderCheckTask implements Runnable
|
||||
}
|
||||
catch (ConcurrentModificationException ex)
|
||||
{
|
||||
continue;
|
||||
// trying to 'continue' here instead can lead to server crash, so...
|
||||
return;
|
||||
}
|
||||
|
||||
if (player == null || !player.isOnline()) continue;
|
||||
|
@ -1,7 +1,7 @@
|
||||
name: WorldBorder
|
||||
author: Brettflan
|
||||
description: Limit the size of your worlds with a border, round or square.
|
||||
version: 1.1.1
|
||||
version: 1.1.2
|
||||
main: com.wimbli.WorldBorder.WorldBorder
|
||||
commands:
|
||||
wborder:
|
||||
|
Loading…
Reference in New Issue
Block a user