Replaces types with built-in types.

This commit is contained in:
Kamron Batman 2018-09-14 13:22:16 -07:00
parent fee83ce560
commit 22ab83ea9e
98 changed files with 248 additions and 248 deletions

View file

@ -17,7 +17,7 @@ namespace Server.Misc
private static HttpListener _Listener;
private static string _StatusPage = String.Empty;
private static string _StatusPage = string.Empty;
private static byte[] _StatusBuffer = new byte[0];
private static readonly object _StatusLock = new object();
@ -144,7 +144,7 @@ namespace Server.Misc
var title = m.GuildTitle;
title = title != null ? title.Trim() : String.Empty;
title = title != null ? title.Trim() : string.Empty;
if (title.Length > 0)
{