]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/Main.qc
remove unneccessary resize check, not needed anymore when there are no more aspect...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / Main.qc
index bf903bdb05f9b30c3044994795f510364a693c81..b34e843793311ddfc9a13b9dcd3450daf24409a7 100644 (file)
@@ -130,8 +130,6 @@ void CSQC_Init(void)
 
        GetTeam(COLOR_SPECTATOR, true); // add specs first
 
-       cvar_clientsettemp("_supports_weaponpriority", "1");
-
        RegisterWeapons();
 
        WaypointSprite_Load();
@@ -1249,7 +1247,7 @@ void Net_Notify() {
        }
        else if(type == CSQC_CENTERPRINT)
        {
-               HUD_Centerprint(ReadString(), ReadShort(), ReadByte());
+               HUD_Centerprint(ReadString(), ReadString(), ReadShort(), ReadByte());
        }
 }