mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-22 20:16:36 -04:00
Fix /notes, oops.
This commit is contained in:
parent
f2c2061b7c
commit
b33ecae5a4
@ -58,7 +58,7 @@ namespace MCGalaxy.Core {
|
||||
string time = DateTime.UtcNow.ToString("dd/MM/yyyy");
|
||||
string data = action.Target + " " + type + " " + src + " " + time;
|
||||
if (action.Reason != "") {
|
||||
data = " " + action.Reason.Replace(" ", "%20");
|
||||
data += " " + action.Reason.Replace(" ", "%20");
|
||||
}
|
||||
Server.Notes.Append(data);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user