diff --git a/src/client/command/commands/gm3/StartEventCommand.java b/src/client/command/commands/gm3/StartEventCommand.java index 46a095ae09..90061a7aa9 100644 --- a/src/client/command/commands/gm3/StartEventCommand.java +++ b/src/client/command/commands/gm3/StartEventCommand.java @@ -48,10 +48,11 @@ public class StartEventCommand extends Command { + " and will allow " + players + " players to join. Type @joinevent to participate.")); - player.dropMessage(5, "[Event] An event has started on " - + player.getMap().getMapName() - + " and will allow " - + players - + " players to join."); + Server.getInstance().broadcastMessage(c.getWorld(), + MaplePacketCreator.serverNotice(6, "[Event] An event has started on " + + player.getMap().getMapName() + + " and will allow " + + players + + " players to join. Type @joinevent to participate.")); } }