Add /spawn command to let an account spawn it's primary instance

This commit is contained in:
Marc Di Luzio 2020-06-02 17:44:39 +01:00
parent 0a1f7a37c4
commit 50c970fea2
6 changed files with 151 additions and 11 deletions

View file

@ -20,5 +20,7 @@ func TestWorld_CreateInstance(t *testing.T) {
// Basic duplicate check
if a == b {
t.Errorf("Created identical instances")
} else if len(world.instances) != 2 {
t.Errorf("Incorrect number of instances created")
}
}