Updating game patch version to correct patch
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user