mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-06 08:39:06 +00:00
Fix for Parabot localhost
This commit is contained in:
@@ -22,8 +22,8 @@ public class ClientSettings {
|
|||||||
* on localhost
|
* on localhost
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public static String SERVER_IP = "35.226.247.68";
|
//public static String SERVER_IP = "35.226.247.68"; //NOW SET IN Main,java
|
||||||
//public final static String SERVER_IP = "127.0.0.1;
|
public static String SERVER_IP = "127.0.0.1";
|
||||||
/**
|
/**
|
||||||
* The Npc Bits for the Server
|
* The Npc Bits for the Server
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -16,6 +16,7 @@ public final class Main {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
|
ClientSettings.SERVER_IP = "35.226.247.68";
|
||||||
if (args.length > 1)
|
if (args.length > 1)
|
||||||
{
|
{
|
||||||
System.out.println("Running local");
|
System.out.println("Running local");
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user