Updated patch version

This commit is contained in:
Eddoursul 2021-12-16 09:18:25 +01:00
parent 4926fa3bbb
commit 189de8ee37
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -1,7 +1,7 @@
Scriptname _00E_PlayerSetUpScript extends ObjectReference Scriptname _00E_PlayerSetUpScript extends ObjectReference
{Initializes all the necessary Quests, maintains the player, contains various OnPlayerLoadGame() failsafes. This script is important for proper updating, do not overwrite it.} {Initializes all the necessary Quests, maintains the player, contains various OnPlayerLoadGame() failsafes. This script is important for proper updating, do not overwrite it.}
Float Property CURRENT_PATCH_VERSION = 2.10 AutoReadOnly Float Property CURRENT_PATCH_VERSION = 2.11 AutoReadOnly
;===================================================================================== ;=====================================================================================