Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Update SkinMgr.cs
Browse files Browse the repository at this point in the history
Should fix Tartu and Le Mars missing skins
  • Loading branch information
n0k0m3 authored May 11, 2020
1 parent 1e1bf57 commit 98d3abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v3.x.x/main/rewriter/SkinMgr.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ private static void GenerateData(string rawShip, string rawSkin)

var id = Convert.ToInt32(skinId);

if (!skinId.EndsWith("0") && (id < 900000 || id > 904000))
if (!skinId.EndsWith("0") && (id < 900000 || id > 901000))
{
if (!skinData.ContainsKey(shipName))
{
Expand Down

0 comments on commit 98d3abf

Please sign in to comment.