mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2024-12-26 14:45:38 +03:00
GitHub: add execute permission to a gradlew.
Fix typo in CCSBotManager::SetRadioMessageTimestamp
This commit is contained in:
parent
b7bc2770be
commit
3f4bcd9b96
@ -1486,7 +1486,7 @@ void CCSBotManager::SetRadioMessageTimestamp(GameEventType event, int teamID)
|
||||
return;
|
||||
|
||||
int i = (teamID == TERRORIST) ? 0 : 1;
|
||||
m_radioMsgTimestamp[ event - 1 ][ i ] = gpGlobals->time;
|
||||
m_radioMsgTimestamp[ event - EVENT_START_RADIO_1 ][ i ] = gpGlobals->time;
|
||||
}
|
||||
|
||||
// Reset all radio message timestamps
|
||||
|
Loading…
Reference in New Issue
Block a user