Skip to content

Commit

Permalink
v1.8.1.1
Browse files Browse the repository at this point in the history
* Minor update for MH PacketProtocol tweak
  • Loading branch information
hamstar0 committed Aug 16, 2018
1 parent 95e808a commit c7606cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NetProtocols/SettingsAndWormholesProtocol.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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<WormholesWorld>();

Expand Down
4 changes: 2 additions & 2 deletions build.txt
Original file line number Diff line number Diff line change
@@ -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/

0 comments on commit c7606cf

Please sign in to comment.