2
0
mirror of https://github.com/s1lentq/ReGameDLL_CS.git synced 2025-04-10 11:40:02 +03:00

GitHub: add execute permission to a gradlew.

Fix typo in CCSBotManager::SetRadioMessageTimestamp
This commit is contained in:
s1lent 2017-05-04 21:45:59 +07:00
parent b7bc2770be
commit 3f4bcd9b96
2 changed files with 1 additions and 1 deletions
gradlew
regamedll/dlls/bot

0
gradlew vendored Normal file → Executable file

@ -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