Skip to content

Commit

Permalink
release 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sreyas-Sreelal committed May 16, 2021
1 parent 81c9ed2 commit 6685a7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/plugin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,10 @@ impl SampPlugin for SampBcrypt {
if let Ok(index) = amx.find_public(&callback) {
if let Ok(_) = amx.exec(index) {
executed = true;
break;
}
} else {
error!("*Cannot execute callback {:?}", callback);
error!("*Cannot find callback {:?}", callback);
}
}
}
Expand Down

0 comments on commit 6685a7f

Please sign in to comment.