Updated admin spawner log output colors

This commit is contained in:
Obique
2020-05-14 05:49:46 -04:00
parent 7de62975c0
commit 2cb2d2c896

View File

@@ -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) {