finish world initialization, set up init on startup and on shutdown, move all models to main directory
This commit is contained in:
@@ -9,7 +9,7 @@ func (f *FoundryApi) background(fn func()) {
|
||||
|
||||
defer func() {
|
||||
if err := recover(); err != nil {
|
||||
f.transport.Logger.Error(fmt.Sprintf("%s", err))
|
||||
f.Transport.Logger.Error(fmt.Sprintf("%s", err))
|
||||
}
|
||||
}()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user