diff --git a/plugins/sm_player_notes.smx b/plugins/sm_player_notes.smx index b266073..38da849 100644 Binary files a/plugins/sm_player_notes.smx and b/plugins/sm_player_notes.smx differ diff --git a/scripting/sm_player_notes.sp b/scripting/sm_player_notes.sp index 23ea919..c7b2fac 100644 --- a/scripting/sm_player_notes.sp +++ b/scripting/sm_player_notes.sp @@ -496,7 +496,10 @@ bool ApplyAction(int targetUserId, const char[] action, const char[] key, const strcopy(newKey, sizeof(newKey), key); ReplaceString(newKey, sizeof(newKey), "_", " ", true); int flags = StringToInt(value); - ApplyTroll(target, newKey, TrollMod_Invalid, flags, 0, action[4] == 's'); + + + // ApplyTroll(int victim, const char[] name, TrollModifier modifier = TrollMod_Invalid, int flags, int activator, bool silent = false); + ApplyTroll(target, newKey, TrollMod_Invalid, flags, 0, true); #else PrintToServer("[PlayerNotes] Warn: Action \"%s\" for %N has missing plugin: Feed The Trolls", action, target); return false;