Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit d1f3771

Browse files
committed
Update handler locations in config.lua to original, potential bugs
1 parent 14f87cf commit d1f3771

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

hitman/config.lua

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,17 @@ Config.DevMode = true
1313
Config.CheckForUpdates = true
1414

1515
Config.HandlerLocations = {
16-
{ City = 'Saint Denis Handler', x = 2706.23, y = -1907.66, z = 47.89, h = 313.7, model = 'A_M_M_BiVFancyTravellers_01', scenario = 'WORLD_HUMAN_SHOPKEEPER'},
17-
{ City = 'Blackwater Handler', x = -886.24, y = -1084.86, z = 59.32, h = 126.15, model = 'A_M_M_GriSurvivalist_01', scenario = 'WORLD_HUMAN_SHOPKEEPER'},
16+
{ City = 'Valentine Handler', x = -276.86, y = 921.46, z = 128.31, h = 320.54, model = 'A_M_M_BlWUpperClass_01', scenario = 'WORLD_HUMAN_SHOPKEEPER'},
17+
{ City = 'Saint Denis Handler', x = -270.1, y = 937.18, z = 131.71, h = 335.46, model = 'A_M_M_BiVFancyTravellers_01', scenario = 'WORLD_HUMAN_SHOPKEEPER'},
18+
{ City = 'Blackwater Handler', x = -254.71, y = 905.19, z = 127.45, h = 86.27, model = 'A_M_M_GriSurvivalist_01', scenario = 'WORLD_HUMAN_SHOPKEEPER'},
1819
-- { City = 'New Austin Handler', x = -274.8, y = 805.5, z = 119.3, h = 340.36, model = 'A_M_M_GriSurvivalist_01', scenario = 'WORLD_HUMAN_SHOPKEEPER'},
1920
}
21+
22+
--Config.HandlerLocations = {
23+
--{ City = 'Saint Denis Handler', x = 2706.23, y = -1907.66, z = 47.89, h = 313.7, model = 'A_M_M_BiVFancyTravellers_01', scenario = 'WORLD_HUMAN_SHOPKEEPER'},
24+
--{ City = 'Blackwater Handler', x = -886.24, y = -1084.86, z = 59.32, h = 126.15, model = 'A_M_M_GriSurvivalist_01', scenario = 'WORLD_HUMAN_SHOPKEEPER'},
25+
-- { City = 'New Austin Handler', x = -274.8, y = 805.5, z = 119.3, h = 340.36, model = 'A_M_M_GriSurvivalist_01', scenario = 'WORLD_HUMAN_SHOPKEEPER'},
26+
-}
2027
-- Config.HandlerNPC removed, now part of Config.HandlerLocations
2128

2229

0 commit comments

Comments
 (0)