1
0
forked from x/icebergs
This commit is contained in:
IT 老营长 @云轩领航-创始人 2024-10-16 10:27:26 +08:00
parent 95b45c2f15
commit e34752141a

View File

@ -115,7 +115,7 @@ func _space_fork(m *ice.Message) {
SpaceEvent(m.Spawn(ice.MSG_USERROLE, aaa.TECH), OPS_SERVER_OPEN, name, args...)
})
}
_space_handle(m, safe, name, c)
_space_handle(m.Spawn(), safe, name, c)
}, kit.JoinWord(SPACE, name))
}
}