# HG changeset patch # User Vladimir Vukicevic # Date 1199246830 28800 # Node ID f7633e773b28555b6f55ac3e73d58cd45e1a5826 # Parent c8dd955ea9a478a682366a556fa31898eba288ca Use sane defaults (though the settings should take care of this) diff -r c8dd955ea9a478a682366a556fa31898eba288ca -r f7633e773b28555b6f55ac3e73d58cd45e1a5826 src/org/mrrupert/eveberry/EveAPI.java --- a/src/org/mrrupert/eveberry/EveAPI.java Tue Jan 01 20:05:58 2008 -0800 +++ b/src/org/mrrupert/eveberry/EveAPI.java Tue Jan 01 20:07:10 2008 -0800 @@ -47,8 +47,8 @@ public class EveAPI { //static String kAPIPrefix = "http://api.eve-online.com"; - static String sAPIPrefix = "http://vlad.off.net/eve/eproxy.php"; - static String sURLSuffix = ";deviceside=true"; + static String sAPIPrefix = "http://api.eve-online.com"; //"http://vlad.off.net/eve/eproxy.php"; + static String sURLSuffix = ""; //";deviceside=true"; static String kCharactersXMLURL = "/account/Characters.xml.aspx"; static String kSkillInTrainingXMLURL = "/char/SkillInTraining.xml.aspx";