-- Leo's gemini proxy

-- Connecting to git.thebackupbox.net:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: janusweb
action: commit
revision:
path_from:
revision_from: f4cda29954331be3c0e8272b3f579e18112d086d:
path_to:
revision_to:

git.thebackupbox.net

janusweb

git://git.thebackupbox.net/janusweb

commit f4cda29954331be3c0e8272b3f579e18112d086d
Author: James Baicoianu <james_github@baicoianu.com>
Date:   Tue Jun 30 15:54:22 2020 -0700

    Don't pass in default (0,0,0) spawnpoint for portal traversal

diff --git a/scripts/portal.js b/scripts/portal.js

index 4d70cd9bccc4a23a810e7a7c37760d96f147262b..

index ..52b14c9dea4d1011de69966ebd602c3cc2952706 100644

--- a/scripts/portal.js
+++ b/scripts/portal.js
@@ -230,7 +230,7 @@ elation.require(['janusweb.janusbase'], function() {
             this.closePortal();
           }
         } else if (this.url) {
-          this.properties.janus.setActiveRoom(this.url, [0,0,0]);
+          this.properties.janus.setActiveRoom(this.url);
         }
       }
       var gamepads = this.engine.systems.controls.gamepads;

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

-- Response ended

-- Page fetched on Sun Jun 2 14:43:42 2024