Skip to content
This repository has been archived by the owner on Sep 12, 2020. It is now read-only.

Commit

Permalink
Changed version to 1.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
GrafDimenzio committed Jul 5, 2020
1 parent 83ab41e commit a0dba45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Synapse/Api/Player.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public class Player : MonoBehaviour
public HintDisplay HintDisplay => Hub.hints;

/// <summary>
/// The CommandSender objects og the Player
/// The CommandSender objects of the Player
/// </summary>
public CommandSender CommandSender
{
Expand Down Expand Up @@ -443,7 +443,7 @@ public void InstantBroadcast(ushort time, string message)
public void SendConsoleMessage(string message, string color = "red") => ClassManager.TargetConsolePrint(Connection, message, color);

/// <summary>
/// Send a message in the Text based Remote Admin of the Player
/// Sends a message in the Text based Remote Admin of the Player
/// </summary>
/// <param name="message"></param>
/// <param name="success"></param>
Expand Down
2 changes: 1 addition & 1 deletion Synapse/Events/Patches/ServerNamePatch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public static class ServerNamePatch
public static void Postfix()
{
ServerConsole._serverName = ServerConsole._serverName.Replace("<size=1>SM119.0.0</size>", "");
ServerConsole._serverName += " <color=green><size=1>SMSynapse-ModLoader v.0.1-Alpha</size></color>";
ServerConsole._serverName += " <color=green><size=1>SMSynapse-ModLoader v.1.0-beta</size></color>";
}
}
}

0 comments on commit a0dba45

Please sign in to comment.