mirror of
https://github.com/sp-tarkov/launcher.git
synced 2025-02-12 17:30:42 -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
|
## Requirements
|
||||||
|
|
||||||
- Escape From Tarkov 30626
|
- Escape From Tarkov 31124
|
||||||
- .NET 8 SDK
|
- .NET 8 SDK
|
||||||
- Visual Studio Code
|
- Visual Studio Code
|
||||||
- [PowerShell v7](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-windows)
|
- [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}");
|
LogManager.Instance.Info($"[LaunchGame] spt-core.dll version: {dllVersion}");
|
||||||
|
|
||||||
// Edge case, running on locally built modules dlls, ignore check and return ok
|
// 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
|
// check 'X'.x.x
|
||||||
if (serverVersion.Major != dllVersion.Major) return true;
|
if (serverVersion.Major != dllVersion.Major) return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user