From eedaf62d97d1100bc4bd3dda50bfcd0c3763e812 Mon Sep 17 00:00:00 2001 From: oy Date: Thu, 6 Jan 2011 22:55:57 +0100 Subject: fixed that the client crashes if it has no skins --- src/game/client/gameclient.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/game/client/gameclient.cpp') diff --git a/src/game/client/gameclient.cpp b/src/game/client/gameclient.cpp index 84ca77b1..45bd7ae3 100644 --- a/src/game/client/gameclient.cpp +++ b/src/game/client/gameclient.cpp @@ -266,8 +266,6 @@ void CGameClient::OnInit() // load skins ::gs_Skins.Init(); - if(!::gs_Skins.Num()) - Console()->Print(IConsole::OUTPUT_LEVEL_STANDARD, "gameclient", "failed to load skins. folder='skins/'"); // TODO: Refactor: fix threaded loading of sounds again // load sounds -- cgit 1.4.1