Comment fixes
This commit is contained in:
parent
a2e77adbff
commit
e8b4e6f2c0
11 changed files with 46 additions and 44 deletions
|
@ -312,8 +312,8 @@ public class BloodAltar
|
|||
if (world.isRemote)
|
||||
return;
|
||||
|
||||
internalCounter++; // Used instead of the world time for checks that do
|
||||
// not happen every tick
|
||||
// Used instead of the world time for checks that do not happen every tick
|
||||
internalCounter++;
|
||||
|
||||
if (lockdownDuration > 0)
|
||||
lockdownDuration--;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue