Skip to content

Commit d89a095

Browse files
committed
Fix bool flag defining give/remove jetpack as removed functions (not happened yet)
1 parent 5705e46 commit d89a095

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
@@ -381,8 +381,8 @@ namespace
381381
// Server ped jetpack
382382
{true, "givePlayerJetPack", "Please manually update this. Refer to the wiki for details"},
383383
{true, "removePlayerJetPack", "Please manually update this. Refer to the wiki for details"},
384-
{true, "givePedJetPack", "Please manually update this. Refer to the wiki for details"},
385-
{true, "removePedJetPack", "Please manually update this. Refer to the wiki for details"},
384+
{false, "givePedJetPack", "Please manually update this. Refer to the wiki for details"},
385+
{false, "removePedJetPack", "Please manually update this. Refer to the wiki for details"},
386386
// XML
387387
{false, "xmlNodeGetSubNodes", "xmlNodeGetChildren"},
388388
{false, "xmlCreateSubNode", "xmlCreateChild"},

0 commit comments

Comments
 (0)