fix mapchooser print & optional natives

This commit is contained in:
rtldg 2021-09-14 00:36:15 +00:00
parent 4f09ae9dd7
commit 9d1a0e10c0

View File

@ -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);
}
}
}