mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-06-12 13:53:54 +00:00
Correctly reference static members in TFM_Jumppads. Fixes #225
This commit is contained in:
@ -102,7 +102,7 @@ public class TFM_Jumppads
|
||||
|
||||
public static void setMode(JumpPadMode mode)
|
||||
{
|
||||
mode = mode;
|
||||
TFM_Jumppads.mode = mode;
|
||||
}
|
||||
|
||||
public static double getStrength()
|
||||
@ -112,7 +112,7 @@ public class TFM_Jumppads
|
||||
|
||||
public static void setStrength(double strength)
|
||||
{
|
||||
strength = strength;
|
||||
TFM_Jumppads.strength = strength;
|
||||
}
|
||||
|
||||
public static enum JumpPadMode
|
||||
|
Reference in New Issue
Block a user