mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-22 20:16:36 -04:00
Don't print temp rank in /trl if line is empty.
This commit is contained in:
parent
359aab5317
commit
0908884e5f
@ -125,6 +125,8 @@ namespace MCGalaxy.Commands.Moderation {
|
||||
|
||||
static void PrintTempRankInfo(Player p, string line) {
|
||||
string[] args = line.SplitSpaces();
|
||||
if (args.Length < 4) return;
|
||||
|
||||
string assigner = args[1];
|
||||
DateTime assigned = long.Parse(args[2]).FromUnixTime();
|
||||
DateTime expiry = long.Parse(args[3]).FromUnixTime();
|
||||
|
Loading…
x
Reference in New Issue
Block a user