Skip to content

Commit

Permalink
Remove CanWearOutfit
Browse files Browse the repository at this point in the history
Co-Authored-By: nekiro <[email protected]>
Co-Authored-By: OTCv8 <[email protected]>
Co-Authored-By: Mark Samman <[email protected]>
  • Loading branch information
4 people committed Nov 6, 2021
1 parent 393b919 commit f79e0b5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/luascript.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2218,7 +2218,6 @@ void LuaScriptInterface::registerFunctions()
registerMethod("Player", "addOutfit", LuaScriptInterface::luaPlayerAddOutfit);
registerMethod("Player", "removeOutfit", LuaScriptInterface::luaPlayerRemoveOutfit);
registerMethod("Player", "hasOutfit", LuaScriptInterface::luaPlayerHasOutfit);
registerMethod("Player", "canWearOutfit", LuaScriptInterface::luaPlayerCanWearOutfit);
registerMethod("Player", "sendOutfitWindow", LuaScriptInterface::luaPlayerSendOutfitWindow);

registerMethod("Player", "getPremiumDays", LuaScriptInterface::luaPlayerGetPremiumDays);
Expand Down
1 change: 0 additions & 1 deletion src/luascript.h
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,6 @@ class LuaScriptInterface
static int luaPlayerAddOutfit(lua_State* L);
static int luaPlayerRemoveOutfit(lua_State* L);
static int luaPlayerHasOutfit(lua_State* L);
static int luaPlayerCanWearOutfit(lua_State* L);
static int luaPlayerSendOutfitWindow(lua_State* L);

static int luaPlayerGetPremiumDays(lua_State* L);
Expand Down

0 comments on commit f79e0b5

Please sign in to comment.