Skip to content

Commit

Permalink
Updates server IP address
Browse files Browse the repository at this point in the history
  • Loading branch information
codewithkyle committed Jun 1, 2019
1 parent 921b685 commit 147fc36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/SocketManager.ts
Expand Up @@ -6,7 +6,7 @@ import * as io from 'socket.io-client';
export class SocketManager extends Module{
public static index:string = 'SocketManager';

private static readonly SERVER:string = '165.22.7.23';
private static readonly SERVER:string = '134.209.117.116';
private static readonly PORT:string = '6502';

/** Socket */
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/scripts/globals.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 147fc36

Please sign in to comment.