Skip to content

Commit

Permalink
Disable jetpack warnings (fixes #289) (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
qaisjp authored and ccw808 committed Aug 3, 2018
1 parent e9d4c27 commit f56d598
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Server/mods/deathmatch/logic/CResourceChecker.Data.h
Original file line number Diff line number Diff line change
Expand Up @@ -389,8 +389,8 @@ namespace
// Server ped jetpack
{true, "givePlayerJetPack", "Replaced with setPedWearingJetpack. Refer to the wiki for details"},
{true, "removePlayerJetPack", "Replaced with setPedWearingJetpack. Refer to the wiki for details"},
{true, "givePedJetPack", "Replaced with setPedWearingJetpack. Refer to the wiki for details"},
{true, "removePedJetPack", "Replaced with setPedWearingJetpack. Refer to the wiki for details"},
//{true, "givePedJetPack", "Replaced with setPedWearingJetpack. Refer to the wiki for details"},
//{true, "removePedJetPack", "Replaced with setPedWearingJetpack. Refer to the wiki for details"},
{false, "doesPedHaveJetPack", "isPedWearingJetpack"},
// XML
{false, "xmlNodeGetSubNodes", "xmlNodeGetChildren"},
Expand Down

0 comments on commit f56d598

Please # to comment.