fixed bug not saving quantity for purchase

This commit is contained in:
2022-11-25 00:17:51 +00:00
parent d3f817690b
commit 06b31c3d39
9 changed files with 406 additions and 343 deletions

View File

@@ -2,7 +2,7 @@ namespace rockfishCore.Util
{
public static class RfVersion
{
public const string NumberOnly="6.27";
public const string NumberOnly="6.28";
public const string Full = "Rockfish server " + NumberOnly;
}
}