Upgrades code style - First batch (#22)
This commit is contained in:
parent
8ee42c8ea2
commit
632e8b4757
1834 changed files with 10245 additions and 10437 deletions
|
|
@ -98,7 +98,7 @@ namespace Server
|
|||
public string Unknown{ get{ return m_Unknown; } }
|
||||
|
||||
[CommandProperty( AccessLevel.GameMaster )]
|
||||
public DateTime TimeReceived { get { return m_TimeReceived; } }
|
||||
public DateTime TimeReceived => m_TimeReceived;
|
||||
|
||||
public static void Initialize()
|
||||
{
|
||||
|
|
@ -186,4 +186,4 @@ namespace Server
|
|||
acct.HardwareInfo = info;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue