diff --git a/maps/mp/gametypes/hns.gsc b/maps/mp/gametypes/hns.gsc index 9fbf638..20c0881 100644 --- a/maps/mp/gametypes/hns.gsc +++ b/maps/mp/gametypes/hns.gsc @@ -73,7 +73,6 @@ main() level.seekerWeapons[7] = "famas"; // Make DVars available - level.gameType = "hns"; setDvarIfUninitialized("scr_" + level.gameType + "_roundswitch", 1); setDvarIfUninitialized("scr_" + level.gameType + "_timelimit", 5); setDvarIfUninitialized("scr_" + level.gameType + "_scorelimit", 1);