GlobalShare fix

This commit is contained in:
daffyyyy
2023-11-30 14:18:57 +01:00
parent be51e4d1e9
commit 2772fb59b9
3 changed files with 14 additions and 8 deletions

View File

@@ -51,6 +51,9 @@ namespace WeaponPaints
NativeAPI.IssueServerCommand("mp_t_default_melee \"\"");
NativeAPI.IssueServerCommand("mp_ct_default_melee \"\"");
NativeAPI.IssueServerCommand("mp_equipment_reset_rounds 0");
if (Config.GlobalShare)
GlobalShareConnect();
});
}