|
|
@ -138,7 +138,7 @@ public final function Setup( |
|
|
|
targetName = target |
|
|
|
targetName = target |
|
|
|
.GetName() |
|
|
|
.GetName() |
|
|
|
.IntoMutableText() |
|
|
|
.IntoMutableText() |
|
|
|
.ChangeDefaultColor(_.color.Gray); |
|
|
|
.ChangeDefaultColor(_.color.LightGray); |
|
|
|
} |
|
|
|
} |
|
|
|
instigator = none; |
|
|
|
instigator = none; |
|
|
|
_.memory.Free(instigatorName); |
|
|
|
_.memory.Free(instigatorName); |
|
|
@ -150,7 +150,7 @@ public final function Setup( |
|
|
|
instigatorName = instigator |
|
|
|
instigatorName = instigator |
|
|
|
.GetName() |
|
|
|
.GetName() |
|
|
|
.IntoMutableText() |
|
|
|
.IntoMutableText() |
|
|
|
.ChangeDefaultColor(_.color.Gray); |
|
|
|
.ChangeDefaultColor(_.color.LightGray); |
|
|
|
} |
|
|
|
} |
|
|
|
publicConsole = none; |
|
|
|
publicConsole = none; |
|
|
|
if (newPublicConsole != none && newPublicConsole.IsAllocated()) |
|
|
|
if (newPublicConsole != none && newPublicConsole.IsAllocated()) |
|
|
|