Update OpsGroup.lua

This commit is contained in:
Frank 2021-11-07 19:39:53 +01:00
parent 3d88d16b4b
commit 9d0bd0aabb

View File

@ -9437,7 +9437,7 @@ function OPSGROUP:SwitchROE(roe)
if self:IsInUtero() then
self:T2(self.lid..string.format("Setting current ROE=%d when GROUP is SPAWNED", self.option.ROE))
else
self.group:OptionROE(self.option.ROE)
self:T(self.lid..string.format("Setting current ROE=%d (%s)", self.option.ROE, self:_GetROEName(self.option.ROE)))