Skip to content

Commit

Permalink
Update UndertaleModTool/Scripts/Builtin Scripts/RunSwitchAndXboxOnPC.csx
Browse files Browse the repository at this point in the history
  • Loading branch information
Miepee authored Aug 23, 2024
1 parent 7c5822a commit ad4cca1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ bool isXbox = Data.Rooms.ByName("room_xbox_engagement") is not null;

if (isXbox)
{
// Fix cruical initialization code not running.
// Fix crucial initialization code not running.
ReplaceTextInGML("gml_Object_obj_time_Create_0", """
if (os_type == os_xboxone)
{
Expand Down

0 comments on commit ad4cca1

Please sign in to comment.