diff --git a/Classic/scripts/LakRabbitGame.cs b/Classic/scripts/LakRabbitGame.cs index 1743c90..a9a00e5 100644 --- a/Classic/scripts/LakRabbitGame.cs +++ b/Classic/scripts/LakRabbitGame.cs @@ -1063,6 +1063,9 @@ function LakRabbitGame::sendGameVoteMenu( %game, %client, %key ) %isAdmin = ( %client.isAdmin || %client.isSuperAdmin ); + if(!%client.canVote && !%isAdmin) + return; + if( %game.scheduleVote $= "" ) { if(!%isAdmin)