Fixed some issues with the width of terminal

This commit is contained in:
Daniel Xie
2016-10-24 02:18:01 -05:00
parent 4ea83fa199
commit 1446a8d96e
3 changed files with 8 additions and 5 deletions
+2
View File
@@ -360,6 +360,8 @@ ForeignServers = {
/* Create a randomized network of all foreign servers */
createNetwork: function() {
console.log("createNetwork() called");
//Groupings for creating a randomized network
var NetworkGroup1 = [ForeignServers.IronGym, ForeignServers.FoodNStuff, ForeignServers.SigmaCosmetics, ForeignServers.JoesGuns, ForeignServers.HongFangTeaHouse, ForeignServers.HaraKiriSushiBar];
var NetworkGroup2 = [ForeignServers.MaxHardware, ForeignServers.NectarNightclub, ForeignServers.Zer0Nightclub];