Skip to content

Commit

Permalink
time to make a nap
Browse files Browse the repository at this point in the history
  • Loading branch information
Rushaway authored Mar 7, 2024
1 parent f131b58 commit 080875c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/addons/sourcemod/scripting/zr/api/class.api.inc
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ void APIClassInit()
CreateNative("ZR_GetClassByIdentifier", APIGetClassByIdentifier);
CreateNative("ZR_GetClassDisplayName", APIGetClassDisplayName);
CreateNative("ZR_GetClassIdentifier", APIGetClassIdentifier);
CreateNative("ZR_MenuClass", ZR_MenuClass);
CreateNative("ZR_MenuClass", APIMenuClass);

// Forwards
g_hAPIFwdOnClassAttributesApplied = CreateGlobalForward("ZR_OnClassAttributesApplied", ET_Ignore, Param_CellByRef, Param_CellByRef);
Expand Down

0 comments on commit 080875c

Please sign in to comment.