Minor Change
Minor change. Renamed all the functions in LimboDecay to begin with lowercase letters, as is the usual style for Java development. It slipped my mind for some reason. Uppercase starting letters is the usual style for C# development.
This commit is contained in:
@@ -235,7 +235,7 @@ public class CommonTickHandler implements ITickHandler
|
||||
|
||||
if (tickCount % LIMBO_DECAY_INTERVAL == 0)
|
||||
{
|
||||
LimboDecay.ApplyRandomFastDecay();
|
||||
LimboDecay.applyRandomFastDecay();
|
||||
}
|
||||
|
||||
if (mod_pocketDim.teleTimer > 0)
|
||||
|
||||
Reference in New Issue
Block a user