]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/wepent.qc
Merge branch 'terencehill/entcs_fixes' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / wepent.qc
index 3d751035b029f4b186c5af77ca8f3582bf558933..da2b0539d05cf410ee743ff0e26003a2d5b37761 100644 (file)
@@ -191,8 +191,6 @@ MACRO_END
 
        NET_HANDLE(ENT_CLIENT_WEPENT, bool isnew)
        {
-               if (isnew)
-                       this.classname = "wepent_receiver";
                return ReadWepent(this);
        }