fix s18 + teams with restarting + push before ability rewrite

This commit is contained in:
Milxnor
2023-03-31 13:49:33 -04:00
parent 052cfb6d61
commit 4d8b3a7ad1
3 changed files with 28 additions and 8 deletions

View File

@@ -129,7 +129,7 @@ static __forceinline T* Cast(UObject* Object, bool bCheckType = true)
return nullptr;
}
extern inline int AmountOfRestarts = 0;
extern inline int AmountOfRestarts = 0; // DO NOT CHANGE
struct PlaceholderBitfield
{