mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-21 09:02:07 -07:00
[events] fixup color
This commit is contained in:
parent
67d3fec2c5
commit
3c1a9a7bdf
1 changed files with 2 additions and 2 deletions
|
|
@ -153,7 +153,7 @@ public class GlobalEventManager implements CallBack {
|
|||
// start the event after building the string
|
||||
event.start(timeToAdd);
|
||||
message(message.toString());
|
||||
message(event.getDescription(), false, "ecf0f1");
|
||||
message(event.getDescription(), false, "<col=ecf0f1>");
|
||||
|
||||
return this;
|
||||
}
|
||||
|
|
@ -161,7 +161,7 @@ public class GlobalEventManager implements CallBack {
|
|||
public GlobalEventManager activateHourly(GlobalEvent event) {
|
||||
event.start(6000);
|
||||
message(event.getName() + " event is now active, and will run for an hour!");
|
||||
message(event.getDescription(), false, "ecf0f1");
|
||||
message(event.getDescription(), false, "<col=ecf0f1>");
|
||||
return this;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue