Skip to content

Commit

Permalink
made out-of-date message a bit darker
Browse files Browse the repository at this point in the history
  • Loading branch information
EnderCrypt committed Jan 21, 2017
1 parent f554d24 commit c262e7e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified cs2d/sys/lua/Cs2dSpy/Cs2dSpy.jar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public Version compareTo(VersionNumber other)
}
if (score < otherScore)
{
return new GenericVersion("Version Out Of Date!", new Color(255, 100, 100));
return new GenericVersion("Version Out Of Date!", new Color(255, 50, 50));
}
}
return null; // impossible
Expand Down

0 comments on commit c262e7e

Please sign in to comment.