Skip to content

Commit

Permalink
v1.4.2.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 64f7b88 commit a246c1d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion NetProtocol/ModSettingsProtocol.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ private ModSettingsProtocol( PacketProtocolDataConstructorLock ctor_lock ) { }

////////////////

protected override void SetServerDefaults() {
protected override void SetServerDefaults( int to_who ) {
this.Settings = CapitalismMod.Instance.Config;
}

Expand Down
2 changes: 1 addition & 1 deletion NetProtocol/WorldDataProtocol.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ private WorldDataProtocol( PacketProtocolDataConstructorLock ctor_lock ) { }

////////////////

protected override void SetServerDefaults() {
protected override void SetServerDefaults( int to_who ) {
var myworld = CapitalismMod.Instance.GetModWorld<CapitalismWorld>();

this.OldID = myworld.ID;
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.4.2
version = 1.4.2.1
displayName = Capitalism
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/capitalism.52930/

0 comments on commit a246c1d

Please sign in to comment.