summaryrefslogtreecommitdiff
path: root/src/tree
diff options
context:
space:
mode:
Diffstat (limited to 'src/tree')
-rw-r--r--src/tree/common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tree/common.h b/src/tree/common.h
index d4d4836..59c713d 100644
--- a/src/tree/common.h
+++ b/src/tree/common.h
@@ -6,8 +6,8 @@
#define TREE_RESOURCE_PORT 14357
#define TREE_STREAM_PORT 14358
-#define TREE_SERVER_IP al_str_c("127.0.0.1")
-//#define TREE_SERVER_IP al_str_c("108.52.160.112")
+//#define TREE_SERVER_IP al_str_c("127.0.0.1")
+#define TREE_SERVER_IP al_str_c("108.52.160.112")
enum {
TREE_NODE = 0,