This commit is contained in:
walterhiggins 2014-04-07 20:59:09 +01:00
parent 35d67fe6e4
commit 7b7d8cb35c

View file

@ -684,7 +684,7 @@ var putSign = function( texts, x, y, z, blockId, meta, world, immediate ) {
var Drone = function( x, y, z, dir, world ) {
this.record = false;
var usePlayerCoords = false;
var player = self;
var player = (typeof self !== 'undefined' ? self : null);
if ( x instanceof bkPlayer ) {
player = x;
}