fixes issue #123

This commit is contained in:
Walter Higgins 2014-03-06 17:59:10 +00:00
parent 4b0fb7565a
commit 64913338a7

View file

@ -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 );