Fix conflict in properties
This commit is contained in:
parent
250bc9899f
commit
68a64fde7d
|
@ -72,7 +72,7 @@
|
|||
Dim OldFunctionList = move.GameModeFunction
|
||||
move.GameModeFunction = OldFunctionList & "|" & value
|
||||
End If
|
||||
Case "basepower", "getbasepower"
|
||||
Case "multiplier", "getbasepower"
|
||||
If move.GameModeBasePower = "" Then
|
||||
move.GameModeBasePower = value
|
||||
Else
|
||||
|
|
Loading…
Reference in New Issue