mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-17 13:51:23 +01:00
Add a missing Spigot comment
This commit is contained in:
parent
5338c3c023
commit
169f71cf52
@ -32,7 +32,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
chunk.f(false);
|
chunk.f(false);
|
||||||
++i;
|
++i;
|
||||||
- if (i == 24 && !flag) {
|
- if (i == 24 && !flag) {
|
||||||
+ if (i == 24 && !flag && false) {
|
+ if (i == 24 && !flag && false) { // Spigot
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user