X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2FMain.qc;h=d09f5ebb24edc94fdf9158c1b371d6fe71d1c0cf;hb=1ecbcab6230a6b7b58eb1c5dfddb887b390c937e;hp=81c1369a0e61e45b660d73dd82130eeaf33388c7;hpb=00cf2725823ace6efc2040b71841cfab52a132e1;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/Main.qc b/qcsrc/client/Main.qc index 81c1369a0..d09f5ebb2 100644 --- a/qcsrc/client/Main.qc +++ b/qcsrc/client/Main.qc @@ -881,6 +881,7 @@ void Ent_Init() hagar_maxrockets = ReadByte(); g_trueaim_minrange = ReadCoord(); + g_balance_porto_secondary = ReadByte(); if(!postinit) PostInit();