From c7606cfe6248700ec839d72048ece79992628f9f Mon Sep 17 00:00:00 2001 From: hamstar0 Date: Wed, 15 Aug 2018 20:20:59 -0700 Subject: [PATCH] v1.8.1.1 * Minor update for MH PacketProtocol tweak --- NetProtocols/SettingsAndWormholesProtocol.cs | 2 +- build.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NetProtocols/SettingsAndWormholesProtocol.cs b/NetProtocols/SettingsAndWormholesProtocol.cs index 13a34a7..177813c 100644 --- a/NetProtocols/SettingsAndWormholesProtocol.cs +++ b/NetProtocols/SettingsAndWormholesProtocol.cs @@ -20,7 +20,7 @@ private SettingsAndWormholesProtocol( PacketProtocolDataConstructorLock ctor_loc //////////////// - protected override void SetServerDefaults() { + protected override void SetServerDefaults( int who ) { var mymod = WormholesMod.Instance; var modworld = mymod.GetModWorld(); diff --git a/build.txt b/build.txt index 696a2dd..77f5a3e 100644 --- a/build.txt +++ b/build.txt @@ -1,7 +1,7 @@ author = hamstar -version = 1.8.1 +version = 1.8.1.1 displayName = Wormholes -modReferences = HamstarHelpers@2.0.2 +modReferences = HamstarHelpers@2.0.3 buildIgnore = *.csproj, *.user, *.bat, obj\*, bin\*, .vs\*, .git\* languageVersion = 6 homepage = https://forums.terraria.org/index.php?threads/wormholes-and-also-scroll-of-town-portal.52701/ \ No newline at end of file