mirror of
https://github.com/Auties00/Reboot-Launcher.git
synced 2026-01-14 11:39:17 +01:00
<feat: New project structure>
<feat: New release>
This commit is contained in:
13
common/lib/src/constant/game.dart
Normal file
13
common/lib/src/constant/game.dart
Normal file
@@ -0,0 +1,13 @@
|
||||
const String kDefaultPlayerName = "Player";
|
||||
const String shutdownLine = "FOnlineSubsystemGoogleCommon::Shutdown()";
|
||||
const List<String> corruptedBuildErrors = [
|
||||
"when 0 bytes remain",
|
||||
"Pak chunk signature verification failed!"
|
||||
];
|
||||
const List<String> cannotConnectErrors = [
|
||||
"port 3551 failed: Connection refused",
|
||||
"Unable to login to Fortnite servers",
|
||||
"HTTP 400 response from ",
|
||||
"Network failure when attempting to check platform restrictions",
|
||||
"UOnlineAccountCommon::ForceLogout"
|
||||
];
|
||||
Reference in New Issue
Block a user