Skip to content
Snippets Groups Projects
Commit c81d7c56 authored by deuce's avatar deuce
Browse files

Fix load path to logging.js

parent cb7481e9
No related branches found
No related tags found
No related merge requests found
......@@ -13,12 +13,12 @@
load("graphic.js");
load("sbbsdefs.js");
load("sockdefs.js");
load("logging.js");
var root;
try { barfitty.barf(barf); } catch(e) { root = e.fileName; } //Deuce is a freak
root = root.replace(/[^\/\\]*$/,'');
load(root+"logging.js");
var game=new TankBattle(root);
var game_log;
......@@ -848,4 +848,4 @@ function Player(playerFileName,userNumber,queueName)
this.playerFile.writeln(map_num);
this.playerFile.close();
}
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment