Replace Map.Difficulty with Map.LobbyOption in scripts.
This commit is contained in:
@@ -20,7 +20,7 @@ GuardTanks = { Heavy1, Heavy2, Heavy3 }
|
||||
CheckpointGuards = { USSRCheckpointGuard1, USSRCheckpointGuard2 }
|
||||
CheckpointGuardWaypoints = { CheckpointGuardWaypoint1, CheckpointGuardWaypoint2 }
|
||||
|
||||
if Map.Difficulty == "Easy" then
|
||||
if Map.LobbyOption("difficulty") == "easy" then
|
||||
TanyaType = "e7"
|
||||
else
|
||||
TanyaType = "e7.noautotarget"
|
||||
|
||||
Reference in New Issue
Block a user