Skip to content

Commit

Permalink
Default to HTTP URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Beyley committed Jun 12, 2024
1 parent ea8b8cc commit 85f830c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vita/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ int module_start(SceSize argc, const void *args)
{
sceClibPrintf("Failed to read allefresher.txt, using default URL\n");

strcpy(GAME_URL, "https://lbp.littlebigrefresh.com/lbp");
strcpy(GAME_URL, "http://refresh.jvyden.xyz:2095/lbp");
}
else
{
Expand Down

0 comments on commit 85f830c

Please sign in to comment.