repo: janusweb
action: commit
revision: 
path_from: 
revision_from: 870a13e63c01f427585943f9e6413d4d7ce4b376:
path_to: 
revision_to: 
git.thebackupbox.net
janusweb
git clone git://git.thebackupbox.net/janusweb
commit 870a13e63c01f427585943f9e6413d4d7ce4b376
Author: James Baicoianu 
Date:   Tue Sep 3 16:34:27 2024 -0700

    Remove extra remoteplayer head

diff --git a/scripts/remoteplayer.js b/scripts/remoteplayer.js
index 4c0dacac6b840fa89a410314bf6b5b2fd04445f0..
index ..b64d58c2be0446a9050ade8d6e2587623b28a0c5 100644
--- a/scripts/remoteplayer.js
+++ b/scripts/remoteplayer.js
@@ -41,12 +41,14 @@ elation.component.add('engine.things.remoteplayer', function() {
       'janus': this.janus,
       'room': this.room
     });
+/*
     this.head = this.spawn('janusbase', this.properties.player_name + '_head', {
       'position': [0,1.4,0],
       'parent': this,
       'janus': this.janus,
       'room': this.room
     });
+*/
 /*
     this.face = this.head.spawn('maskgenerator', this.properties.player_name + '_mask', {
       'seed': this.properties.player_name,

-----END OF PAGE-----