This commit is contained in:
parent
6b1da9c5a6
commit
4b59f7eb8f
@ -257,7 +257,7 @@ export class Pos {
|
||||
* @returns String
|
||||
*/
|
||||
toString(): string {
|
||||
return 'Pos{' + this.getX() + ', ' + this.getY() + ', ' + this.getZ() + '}';
|
||||
return 'Pos{' + this.getX().toString() + ', ' + this.getY().toString() + ', ' + this.getZ().toString() + '}';
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user