Commit a169e16 1 parent 93b9c73 commit a169e16 Copy full SHA for a169e16
File tree 1 file changed +1
-1
lines changed
Northstar.CustomServers/mod/scripts/vscripts
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1542,6 +1542,7 @@ array<string> function GetAvailableTitanRefs( entity player )
1542
1542
1543
1543
/// Gets the highest Titan FD level and stores it in the corresponding persistent var.
1544
1544
/// * `player` - The player entity to perform the action on
1545
+ #if MP
1545
1546
void function RecalculateHighestTitanFDLevel( entity player )
1546
1547
{
1547
1548
int enumCount = PersistenceGetEnumCount( "titanClasses" )
@@ -1556,7 +1557,6 @@ void function RecalculateHighestTitanFDLevel( entity player )
1556
1557
player.SetPersistentVar( "fdStats.highestTitanFDLevel", highestAegis )
1557
1558
}
1558
1559
1559
- #if MP
1560
1560
string function GetTitanRefForLoadoutIndex( entity player, int loadoutIndex )
1561
1561
{
1562
1562
TitanLoadoutDef loadout = GetTitanLoadoutFromPersistentData( player, loadoutIndex )
You can’t perform that action at this time.
0 commit comments