Skip to content

Commit

Permalink
Tweak deprecation reasons
Browse files Browse the repository at this point in the history
  • Loading branch information
qaisjp committed Jul 20, 2018
1 parent cd89726 commit 0949945
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Server/mods/deathmatch/logic/CResourceChecker.Data.h
Expand Up @@ -382,10 +382,10 @@ namespace
{false, "detachElementFromElement", "detachElements"},
{false, "showPlayerHudComponent", "setPlayerHudComponentVisible"},
// Server ped jetpack
{true, "givePlayerJetPack", "Please manually update this. Refer to the wiki for details"},
{true, "removePlayerJetPack", "Please manually update this. Refer to the wiki for details"},
{false, "givePedJetPack", "Please manually update this. Refer to the wiki for details"},
{false, "removePedJetPack", "Please manually update this. Refer to the wiki for details"},
{true, "givePlayerJetPack", "setPedWearingJetpack. Refer to the wiki for details."},
{true, "removePlayerJetPack", "setPedWearingJetpack. Refer to the wiki for details"},
{false, "givePedJetPack", "setPedWearingJetpack. Refer to the wiki for details."},
{false, "removePedJetPack", "setPedWearingJetpack. Refer to the wiki for details."},
{false, "doesPedHaveJetPack", "isPedWearingJetpack"},
// XML
{false, "xmlNodeGetSubNodes", "xmlNodeGetChildren"},
Expand Down

0 comments on commit 0949945

Please sign in to comment.