Skip to content

Commit f56d598

Browse files
qaisjpccw808
authored andcommitted
Disable jetpack warnings (fixes #289) (#290)
1 parent e9d4c27 commit f56d598

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Server/mods/deathmatch/logic/CResourceChecker.Data.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,8 +389,8 @@ namespace
389389
// Server ped jetpack
390390
{true, "givePlayerJetPack", "Replaced with setPedWearingJetpack. Refer to the wiki for details"},
391391
{true, "removePlayerJetPack", "Replaced with setPedWearingJetpack. Refer to the wiki for details"},
392-
{true, "givePedJetPack", "Replaced with setPedWearingJetpack. Refer to the wiki for details"},
393-
{true, "removePedJetPack", "Replaced with setPedWearingJetpack. Refer to the wiki for details"},
392+
//{true, "givePedJetPack", "Replaced with setPedWearingJetpack. Refer to the wiki for details"},
393+
//{true, "removePedJetPack", "Replaced with setPedWearingJetpack. Refer to the wiki for details"},
394394
{false, "doesPedHaveJetPack", "isPedWearingJetpack"},
395395
// XML
396396
{false, "xmlNodeGetSubNodes", "xmlNodeGetChildren"},

0 commit comments

Comments
 (0)