Skip to content

Commit

Permalink
a little version bug fixed (about my client.exe)
Browse files Browse the repository at this point in the history
  • Loading branch information
mustys committed Jan 17, 2016
1 parent 209e239 commit c50e195
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev/Ultima/Data/ClientVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ public static Version Version
{
get
{
return new Version(6, 0, 6, 2);
//my client.exe don't have version's information
if (m_Version == null)
{
string clientExe = FileManager.GetPath("client.exe");
Expand Down

0 comments on commit c50e195

Please sign in to comment.