Fixed ZMarket auto-rebuy and removed debug message.

This commit is contained in:
Greyscale
2009-06-16 11:51:34 -07:00
parent 23cc030dd5
commit ec231ba66a
2 changed files with 9 additions and 7 deletions

View File

@ -250,7 +250,6 @@ VAmbienceApplySky(bool:disable = false)
// If default, then set to default sky.
if (disable)
{
PrintToServer("+===============+++++ %s", g_VAmbienceDefaultSky);
if (g_VAmbienceDefaultSky[0])
{
SetConVarString(hSkyname, g_VAmbienceDefaultSky, true);