Skip to content

Commit e432904

Browse files
Fixed linting and modified development server back to localhost
1 parent a6f580e commit e432904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class Game {
1515
}
1616
this.servers = {
1717
production: ['185.228.139.97', '25564'],
18-
development: ['185.228.139.97', '25564']
18+
development: ['localhost', '25565']
1919
}
2020
this.fov = {
2121
normal: 70,

0 commit comments

Comments
 (0)