Updating game patch version to correct patch

This commit is contained in:
Jonathan
2025-05-02 20:49:04 -04:00
parent 1f71062691
commit 3d10256b9f
3 changed files with 11 additions and 5 deletions
+2 -2
View File
@@ -5,8 +5,8 @@
@page "/database/{text}"
@inject IEntityDisplayService EntityDisplayService
@inject IVariableService VariableService
@using Model
@implements IDisposable
@@ -14,7 +14,7 @@
<PaperComponent>
<FormDisplayComponent Label="Patch">
<Display>
Game Patch: @VariableService.Variables["GamePatch"]
Game Patch: @Variables.GamePatch
</Display>
</FormDisplayComponent>
</PaperComponent>