remove some error prints
This commit is contained in:
@@ -170,8 +170,8 @@ function Group.mergeinto(group, group2)
|
||||
Simulation.dequeuegroup(GSim, group)
|
||||
end
|
||||
|
||||
-- Logic Critical
|
||||
function Group.setstate(group, state)
|
||||
if type(state)~="number" then error("group state type must be number") end
|
||||
if state ~= group.state then
|
||||
local sim = GSim
|
||||
|
||||
|
||||
Reference in New Issue
Block a user