mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-27 07:44:31 +02:00
Fix conflict in properties
This commit is contained in:
parent
250bc9899f
commit
68a64fde7d
@ -72,7 +72,7 @@
|
|||||||
Dim OldFunctionList = move.GameModeFunction
|
Dim OldFunctionList = move.GameModeFunction
|
||||||
move.GameModeFunction = OldFunctionList & "|" & value
|
move.GameModeFunction = OldFunctionList & "|" & value
|
||||||
End If
|
End If
|
||||||
Case "basepower", "getbasepower"
|
Case "multiplier", "getbasepower"
|
||||||
If move.GameModeBasePower = "" Then
|
If move.GameModeBasePower = "" Then
|
||||||
move.GameModeBasePower = value
|
move.GameModeBasePower = value
|
||||||
Else
|
Else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user