SNS gamemode causing lagging for clients because of
string offhand_weapon = "mp_weapon_thermite_grenade" // offhand weapon in Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_sns.gnut file
Some people teleporting, other having their latency significantly increasing if they start mooving faster around the map
Removing "mp_weapon_thermite_grenade" from players loadout by commenting line 5 and line 188 in the _gamemode_sns.gnut fixing the issue.

SNS gamemode causing lagging for clients because of
string offhand_weapon = "mp_weapon_thermite_grenade" // offhand weaponinNorthstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_sns.gnutfileSome people teleporting, other having their latency significantly increasing if they start mooving faster around the map
Removing "mp_weapon_thermite_grenade" from players loadout by commenting line 5 and line 188 in the

_gamemode_sns.gnutfixing the issue.