mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-09 19:38:25 +00:00
fix shavit-mapchooser error with novote & rtv
This commit is contained in:
parent
6c66c70094
commit
0164d15910
@ -1849,6 +1849,7 @@ int CheckRTV(int client = 0)
|
|||||||
DataPack data;
|
DataPack data;
|
||||||
CreateDataTimer(MapChangeDelay(), Timer_ChangeMap, data);
|
CreateDataTimer(MapChangeDelay(), Timer_ChangeMap, data);
|
||||||
data.WriteString(map);
|
data.WriteString(map);
|
||||||
|
data.WriteString("rtv after map vote");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user