We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 784eb1d commit 0ebf999Copy full SHA for 0ebf999
src/packet/packet_rt.cpp
@@ -29,7 +29,7 @@ void PacketRT::handlePacket(AreaData *area, AOClient &client) const
29
client.sendServerMessage("Spectators are blocked from using the judge controls.");
30
return;
31
}
32
-
+
33
if (client.m_is_wtce_blocked) {
34
client.sendServerMessage("You are blocked from using the judge controls.");
35
0 commit comments