Skip to content

Commit db6bd45

Browse files
committed
fix: websocket being broken
Apparently I committed a change that shouldn't have been committed... This fixes that commit.
1 parent c83bb54 commit db6bd45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
7373
// Set to the IP of the GTA server running "live_map" and change the port to the
7474
// number that is in the "server.lua" file
75-
var _SETTINGS_socketUrl = "wss://iidentityrp.co.uk:30121"
75+
var _SETTINGS_socketUrl = "wss://identityrp.co.uk:30121"
7676
7777
</script>
7878

0 commit comments

Comments
 (0)