mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 10:28:26 +00:00
fix mapchooser print & optional natives
This commit is contained in:
parent
4f09ae9dd7
commit
9d1a0e10c0
@ -4,9 +4,9 @@
|
||||
#include <sourcemod>
|
||||
#include <sdktools_sound>
|
||||
#include <convar_class>
|
||||
#include <shavit>
|
||||
|
||||
#undef REQUIRE_PLUGIN
|
||||
#include <shavit>
|
||||
// for MapChange type
|
||||
#include <mapchooser>
|
||||
|
||||
@ -429,7 +429,7 @@ public Action Timer_OnMapTimeLeftChanged(Handle Timer)
|
||||
}
|
||||
case 60, 30, 5:
|
||||
{
|
||||
PrintToChatAll("%s%s seconds until map vote", g_cPrefix, mapvoteTime);
|
||||
PrintToChatAll("%s%d seconds until map vote", g_cPrefix, mapvoteTime);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user