Fix instabilities caused by random rocks
This commit is contained in:
parent
520f78b5c3
commit
aae668fb57
7 changed files with 19 additions and 16 deletions
|
@ -40,7 +40,7 @@ func InnerMain() {
|
|||
server.OptionTick(*tick))
|
||||
|
||||
// Initialise the server
|
||||
if err := s.Initialise(); err != nil {
|
||||
if err := s.Initialise(true); err != nil {
|
||||
panic(err)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue