Skip to content
Snippets Groups Projects
Commit ca9830b9 authored by Zoey76's avatar Zoey76
Browse files

Fix #245

parent b1cdee59
No related branches found
No related tags found
No related merge requests found
...@@ -118,7 +118,7 @@ public final class Rabbits extends Event ...@@ -118,7 +118,7 @@ public final class Rabbits extends Event
// Announce event start // Announce event start
Broadcast.toAllOnlinePlayers("Rabbits Event: Chests spawned!"); Broadcast.toAllOnlinePlayers("Rabbits Event: Chests spawned!");
Broadcast.toAllOnlinePlayers("Rabbits Event: Go to Fantasy Isle and grab some rewards!"); Broadcast.toAllOnlinePlayers("Rabbits Event: Go to Fantasy Isle and grab some rewards!");
Broadcast.toAllOnlinePlayers("Rabbits Event: You have " + EVENT_TIME + " minuntes!"); Broadcast.toAllOnlinePlayers("Rabbits Event: You have " + EVENT_TIME + " minutes!");
Broadcast.toAllOnlinePlayers("Rabbits Event: After that time all chests will disappear..."); Broadcast.toAllOnlinePlayers("Rabbits Event: After that time all chests will disappear...");
// Schedule event end // Schedule event end
startQuestTimer("END_RABBITS_EVENT", EVENT_TIME * 60000, null, eventMaker); startQuestTimer("END_RABBITS_EVENT", EVENT_TIME * 60000, null, eventMaker);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment