mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-01-17 00:06:00 -05:00
Updated admin spawner log output colors
This commit is contained in:
@@ -70,8 +70,8 @@ class AdminSpawnerService : Service() {
|
||||
outputFile.appendText(output)
|
||||
}
|
||||
val color = when(type) {
|
||||
"PATROL" -> "#000000"
|
||||
"WAYPOINT" -> "#0000FF"
|
||||
"PATROL" -> "#33A5FF"
|
||||
"WAYPOINT" -> "#33F6FF"
|
||||
else -> "#FFFF00"
|
||||
}
|
||||
val egg = ObjectCreator.createObjectFromTemplate(when(type) {
|
||||
|
||||
Reference in New Issue
Block a user