Skip to content

Commit

Permalink
Remove other space
Browse files Browse the repository at this point in the history
  • Loading branch information
NachosChipeados authored Nov 16, 2024
1 parent 7da554d commit 6d41fc9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ void function UpdateCachedLoadouts_Threaded()
#if UI
entity UIPlayer = GetUIPlayer()

if ( !IsValid ( UIPlayer ) )
if ( !IsValid( UIPlayer ) )
return

uiGlobal.pilotSpawnLoadoutIndex = GetPersistentSpawnLoadoutIndex( UIPlayer, "pilot" )
Expand Down

0 comments on commit 6d41fc9

Please sign in to comment.