Skip to content
This repository has been archived by the owner on Apr 5, 2021. It is now read-only.

Commit

Permalink
Fix server issues (:real: 0.0.1.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
steviegt6 committed Oct 10, 2020
1 parent 7ce07b5 commit 4fb2390
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
6 changes: 3 additions & 3 deletions patches/Tea/Terraria/Lang.cs.patch
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
--- src/Terraria/Terraria/Lang.cs
+++ src/Tea/Terraria/Lang.cs
@@ -8,6 +_,7 @@
using Terraria.Localization;
@@ -9,6 +_,7 @@
#if CLIENT
using Terraria.Map;
+using Terraria.Tea;
#endif
+using Terraria.Tea;
using Terraria.UI;

namespace Terraria
@@ -35,13 +_,13 @@
public static LocalizedText[] chestType2 = new LocalizedText[14];
public static LocalizedText[] prefix = new LocalizedText[85];
Expand Down
7 changes: 5 additions & 2 deletions patches/Tea/Terraria/Main.cs.patch
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,18 @@
using Terraria.UI;
using Terraria.UI.Chat;
using Terraria.UI.Gamepad;
@@ -81,7 +_,7 @@
@@ -81,9 +_,9 @@
namespace Terraria
{
#if CLIENT
- public class Main : Game
+ public partial class Main : Game
#else
public class Main : Terraria.Server.Game
- public class Main : Terraria.Server.Game
+ public partial class Main : Terraria.Server.Game
#endif
{
public delegate void OnPlayerSelected(PlayerFileData player);
@@ -234,7 +_,7 @@
public static NPCHeadRenderer BossNPCHeadRenderer = null;
public static string versionNumber = "v1.4.0.5";
Expand Down

0 comments on commit 4fb2390

Please sign in to comment.