fixes issue #123
This commit is contained in:
parent
4b0fb7565a
commit
64913338a7
1 changed files with 1 additions and 1 deletions
|
@ -37,5 +37,5 @@ command( 'spawn', function( parameters, sender ) {
|
|||
}
|
||||
var world = location.world;
|
||||
var type = ('' + parameters[0]).toUpperCase();
|
||||
world.spawnEntity( location, EntityType[type] );
|
||||
world.spawnEntity( location, bkEntityType[type] );
|
||||
}, entities );
|
||||
|
|
Reference in a new issue