Skip to content

Commit

Permalink
fix credits, version
Browse files Browse the repository at this point in the history
  • Loading branch information
jvnipers committed May 19, 2024
1 parent f18be8d commit fdce095
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/cs2uc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const char *CS2UC::GetLicense()

const char *CS2UC::GetVersion()
{
return "v0.0.2";
return "v0.0.3";
}

const char *CS2UC::GetDate()
Expand All @@ -104,12 +104,12 @@ const char *CS2UC::GetLogTag()

const char *CS2UC::GetAuthor()
{
return "CS2UC, (mod by dots)";
return "CS2Fixes, (mod by dots)";
}

const char *CS2UC::GetDescription()
{
return "Stripped CS2UC for Cvar Unlocker";
return "Stripped CS2Fixes for Cvar Unlocker";
}

const char *CS2UC::GetName()
Expand Down

0 comments on commit fdce095

Please sign in to comment.