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
+3 -3
View File
@@ -2,10 +2,10 @@
@inherits BasePage
@page "/database"
@using Model
@implements IDisposable
@inject IEntityDisplayService EntityDisplayService
@inject IVariableService VariableService
<LayoutLargeContentComponent>
@@ -14,7 +14,7 @@
<PaperComponent>
<FormDisplayComponent Label="Patch">
<Display>
Game Patch: @VariableService.Variables["GamePatch"]
Game Patch: @Variables.GamePatch
</Display>
</FormDisplayComponent>
</PaperComponent>
@@ -72,7 +72,7 @@
Is this database updated to the latest version?
</InfoQuestionComponent>
<InfoAnswerComponent>
Maybe. Check this <b>@VariableService.Variables["GamePatch"]</b> version number, and compare it to the
Maybe. Check this <b>@Variables.GamePatch</b> version number, and compare it to the
number on discord, in the <b>#game-updates</b> channel. That should give a general sense of how out of
date the data is.
</InfoAnswerComponent>