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

Commit

Permalink
Remove copyright when a player joins
Browse files Browse the repository at this point in the history
  • Loading branch information
Trojaner committed Jul 29, 2015
1 parent 38bcdcc commit 49e1019
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Rocket_Safezone/SafeZonePlugin.cs
Expand Up @@ -122,11 +122,6 @@ private void OnPlayerConnect(IRocketPlayer player)
{
var untPlayer = PlayerUtil.GetUnturnedPlayer(player);

if (!player.HasPermission("info"))
{
UnturnedChat.Say(player, "This server is running Safezones by Trojaner", Color.gray);
}

SafeZone safeZone = GetSafeZoneAt(untPlayer.Position);
if (safeZone != null)
{
Expand Down

0 comments on commit 49e1019

Please sign in to comment.