mirror of
https://github.com/sp-tarkov/launcher.git
synced 2025-02-12 16:50:43 -05:00
Merge branch '310-dev' of https://dev.sp-tarkov.com/SPT/Launcher
This commit is contained in:
commit
ed741dd543
@ -19,7 +19,7 @@ git config --local user.email "USERNAME@SOMETHING.com"
|
||||
|
||||
## Requirements
|
||||
|
||||
- Escape From Tarkov 30626
|
||||
- Escape From Tarkov 31124
|
||||
- .NET 8 SDK
|
||||
- Visual Studio Code
|
||||
- [PowerShell v7](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-windows)
|
||||
|
@ -223,7 +223,7 @@ namespace SPT.Launcher
|
||||
LogManager.Instance.Info($"[LaunchGame] spt-core.dll version: {dllVersion}");
|
||||
|
||||
// Edge case, running on locally built modules dlls, ignore check and return ok
|
||||
if (dllVersion.Major == 0) return false;
|
||||
if (dllVersion.Major == 1) return false;
|
||||
|
||||
// check 'X'.x.x
|
||||
if (serverVersion.Major != dllVersion.Major) return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user