mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-03 13:27:23 +01:00
Add a missing Spigot comment
This commit is contained in:
parent
5338c3c023
commit
169f71cf52
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
chunk.f(false);
|
||||
++i;
|
||||
- if (i == 24 && !flag) {
|
||||
+ if (i == 24 && !flag && false) {
|
||||
+ if (i == 24 && !flag && false) { // Spigot
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue