Skip to content
This repository has been archived by the owner on Jan 10, 2022. It is now read-only.

Commit

Permalink
dumb
Browse files Browse the repository at this point in the history
  • Loading branch information
DrNewbie committed Oct 13, 2016
1 parent c24c9de commit 8d30575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/choose_safehouse.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function MenuManager:open_safehouse_menu()
opts[#opts+1] = { text = "Spawn 'PAYDAY GANG'", callback_func = callback(self, self, "select_safehouse_spawan_pdg_menu", {}) }
opts[#opts+1] = { text = "Spawn 'Ammo & Health Bag'", callback_func = callback(self, self, "select_safehouse_menu_spawn", {item = 0}) }
if SC and SC.Hooks then
opts[#opts+1] = { text = "Spawn 'SC's", callback_func = callback(self, self, "select_safehouse_adv_menu", {item = 10}) }
opts[#opts+1] = { text = "Spawn 'SC'", callback_func = callback(self, self, "select_safehouse_adv_menu", {item = 10}) }
end
--opts[#opts+1] = { text = "Play 'Quick Shooting'", callback_func = callback(self, self, "select_safehouse_menu_spawn", {item = 101}) }

Expand Down

0 comments on commit 8d30575

Please sign in to comment.