mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2025-01-13 23:28:04 +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;
|
return;
|
||||||
|
|
||||||
int i = (teamID == TERRORIST) ? 0 : 1;
|
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
|
// Reset all radio message timestamps
|
||||||
|
Loading…
x
Reference in New Issue
Block a user