diff --git a/Source/gs-entbase/server/infodecal.cpp b/Source/gs-entbase/server/infodecal.cpp index 181aa817..ce671630 100644 --- a/Source/gs-entbase/server/infodecal.cpp +++ b/Source/gs-entbase/server/infodecal.cpp @@ -43,7 +43,13 @@ void infodecal(void) vector vpos = self.origin; if (serverkeyfloat("*bspversion") != 30) { +#if 1 + remove(self); + return; +#else + /* Source Engine Material support */ self.texture = sprintf( "materials/%s", self.texture ); +#endif } if (!self.texture) { diff --git a/cstrike/progs.dat b/cstrike/progs.dat index cfc19ae6..a60c6d36 100644 Binary files a/cstrike/progs.dat and b/cstrike/progs.dat differ diff --git a/rewolf/progs.dat b/rewolf/progs.dat index ded0ed96..3f1956bd 100644 Binary files a/rewolf/progs.dat and b/rewolf/progs.dat differ diff --git a/scihunt/progs.dat b/scihunt/progs.dat index 2ae905c8..8d22e134 100644 Binary files a/scihunt/progs.dat and b/scihunt/progs.dat differ diff --git a/valve/progs.dat b/valve/progs.dat index ea8c2e18..3a7fe742 100644 Binary files a/valve/progs.dat and b/valve/progs.dat differ