Skip to content

Commit 6685a7f

Browse files
release 0.3.2
1 parent 81c9ed2 commit 6685a7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/plugin.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,10 @@ impl SampPlugin for SampBcrypt {
7373
if let Ok(index) = amx.find_public(&callback) {
7474
if let Ok(_) = amx.exec(index) {
7575
executed = true;
76+
break;
7677
}
7778
} else {
78-
error!("*Cannot execute callback {:?}", callback);
79+
error!("*Cannot find callback {:?}", callback);
7980
}
8081
}
8182
}

0 commit comments

Comments
 (0)