Skip to content

Commit c7728d3

Browse files
committed
[General] Change version to 0.8.1
1 parent 14d7382 commit c7728d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
These are the scripts used to implement most of the essential server logic in TES3MP, including gameplay adjustments for multiplayer as well as state saving and loading.
44

5-
* TES3MP version: 0.8.0
5+
* TES3MP version: 0.8.1

scripts/serverCore.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ function OnServerInit()
170170

171171
tes3mp.LogMessage(enumerations.log.INFO, "Called \"OnServerInit\"")
172172

173-
local expectedVersionPrefix = "0.8.0"
173+
local expectedVersionPrefix = "0.8.1"
174174
local serverVersion = tes3mp.GetServerVersion()
175175

176176
if string.sub(serverVersion, 1, string.len(expectedVersionPrefix)) ~= expectedVersionPrefix then

0 commit comments

Comments
 (0)