Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Katsute committed Oct 31, 2023
1 parent 5a7cf7a commit bdeba2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TF100.sp
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public void OnPluginStart(){
if(gamedata == null){
SetFailState("Failed to load TF100 gamedata");
}else{
MemoryPatch mpatch = MemoryPatch.CreateFromConf(gd, "CEconItemSystem::ReloadWhitelist::nopnop");
MemoryPatch mpatch = MemoryPatch.CreateFromConf(gamedata, "CEconItemSystem::ReloadWhitelist::nopnop");
if(!mpatch.Validate())
ThrowError("Failed to verify CEconItemSystem::ReloadWhitelist::nopnop");
mpatch.Enable();
Expand Down

0 comments on commit bdeba2c

Please sign in to comment.