Skip to content

Commit e909c10

Browse files
committed
Move jetpack functions to own section in serverDeprecatedList
1 parent d3e8ea7 commit e909c10

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -367,10 +367,6 @@ namespace
367367
{false, "setPlayerStat", "setPedStat"},
368368
{false, "addPlayerClothes", "addPedClothes"},
369369
{false, "removePlayerClothes", "removePedClothes"},
370-
{true, "givePlayerJetPack", "Please manually update this. Refer to the wiki for details"},
371-
{true, "removePlayerJetPack", "Please manually update this. Refer to the wiki for details"},
372-
{true, "givePedJetPack", "Please manually update this. Refer to the wiki for details"},
373-
{true, "removePedJetPack", "Please manually update this. Refer to the wiki for details"},
374370
{false, "setPlayerFightingStyle", "setPedFightingStyle"},
375371
{false, "setPlayerGravity", "setPedGravity"},
376372
{false, "setPlayerChoking", "setPedChoking"},
@@ -379,6 +375,11 @@ namespace
379375
{false, "attachElementToElement", "attachElements"},
380376
{false, "detachElementFromElement", "detachElements"},
381377
{false, "showPlayerHudComponent", "setPlayerHudComponentVisible"},
378+
// Server ped jetpack
379+
{true, "givePlayerJetPack", "Please manually update this. Refer to the wiki for details"},
380+
{true, "removePlayerJetPack", "Please manually update this. Refer to the wiki for details"},
381+
{true, "givePedJetPack", "Please manually update this. Refer to the wiki for details"},
382+
{true, "removePedJetPack", "Please manually update this. Refer to the wiki for details"},
382383
// XML
383384
{false, "xmlNodeGetSubNodes", "xmlNodeGetChildren"},
384385
{false, "xmlCreateSubNode", "xmlCreateChild"},

0 commit comments

Comments
 (0)