Update IsMapValid for today's TF2 update.

This commit is contained in:
Nicholas Hastings
2015-06-11 17:48:58 -04:00
parent a4821f9389
commit c0d4dfa6ed
4 changed files with 10 additions and 8 deletions
-4
View File
@@ -92,10 +92,6 @@ ILogger *logger;
class VEngineServer_Logic : public IVEngineServer_Logic
{
public:
virtual bool IsMapValid(const char *map)
{
return !!engine->IsMapValid(map);
}
virtual bool IsDedicatedServer()
{
return engine->IsDedicatedServer();