diff --git a/plugins/basetriggers.sp b/plugins/basetriggers.sp index 912552af..3f2a6b03 100644 --- a/plugins/basetriggers.sp +++ b/plugins/basetriggers.sp @@ -288,7 +288,7 @@ public Action:Command_Say(client, args) } else { - if (mapchooser && !HasEndOfMapVoteFinished()) + if (mapchooser && EndOfMapVoteEnabled() && !HasEndOfMapVoteFinished()) { PrintToChat(client, "[SM] %t", "Pending Vote"); }