mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-10 04:38:35 +00:00
Lambda's and References and Cleanups! Oh My!
This commit is contained in:
@ -166,7 +166,7 @@ public class RegionVisitor implements Operation {
|
||||
} catch (Throwable ignore) {
|
||||
}
|
||||
try {
|
||||
for (; ; ) {
|
||||
while (true) {
|
||||
apply(trailIter.next());
|
||||
apply(trailIter.next());
|
||||
}
|
||||
|
Reference in New Issue
Block a user