Skip to content

Commit

Permalink
Release 1.9.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownShadow200 committed Feb 28, 2018
1 parent ecec7a9 commit 0327c02
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions MCGalaxy/Blocks/Physics/DoorPhysics.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ public static void Do(Level lvl, ref PhysInfo C) {
if (tdoor) tDoor(lvl, ref C);
else Door(lvl, ref C);
}
if (C.Data.Data <= C.Data.Value1) { // value1 for wait time
if (C.Data.Data <= C.Data.Value1) { // value1 for wait time
C.Data.Data++;
} else {
PhysicsArgs dArgs = default(PhysicsArgs);
PhysicsArgs dArgs = default(PhysicsArgs);
dArgs.ExtBlock = C.Data.ExtBlock;
lvl.AddUpdate(C.Index, C.Data.Value2, dArgs);
C.Data.Data = PhysicsArgs.RemoveFromChecks;
Expand Down
2 changes: 1 addition & 1 deletion MCGalaxy/Server/Server.Fields.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public sealed partial class Server {
public static PlayerMetaList Notes = new PlayerMetaList("text/notes.txt");

/// <summary> *** DO NOT USE THIS! *** Use VersionString, as this field is a constant and is inlined if used. </summary>
public const string InternalVersion = "1.9.0.3";
public const string InternalVersion = "1.9.0.4";
public static Version Version { get { return new Version(InternalVersion); } }
public static string VersionString { get { return InternalVersion; } }

Expand Down
Binary file modified Uploads/MCGalaxy.exe
Binary file not shown.
Binary file modified Uploads/MCGalaxyCLI.exe
Binary file not shown.
Binary file modified Uploads/MCGalaxy_.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Uploads/current_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.0.3
1.9.0.4

0 comments on commit 0327c02

Please sign in to comment.