Bumped version in _00E_PlayerSetUpScript

This commit is contained in:
Eddoursul 2022-09-16 21:51:04 +02:00
parent c68de3a06a
commit fec0932935
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -1,7 +1,7 @@
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.}
Float Property CURRENT_PATCH_VERSION = 2.121 AutoReadOnly
Float Property CURRENT_PATCH_VERSION = 2.123 AutoReadOnly
;=====================================================================================