mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-10-01 17:45:57 -04:00
Remove comma from "/whois" skin field
Allows you to click the link if it's a skin and work properly
This commit is contained in:
parent
a5c9eb45e1
commit
c7b557a0a0
@ -137,7 +137,7 @@ namespace MCGalaxy.DB {
|
||||
bool hasModel = !(who.Model.CaselessEq("humanoid") || who.Model.CaselessEq("human"));
|
||||
|
||||
if (hasSkin && hasModel) {
|
||||
p.Message(" Skin: &f{0}, %Smodel: &f{1}", who.SkinName, who.Model);
|
||||
p.Message(" Skin: &f{0} %Smodel: &f{1}", who.SkinName, who.Model);
|
||||
} else if (hasSkin) {
|
||||
p.Message(" Skin: &f{0}", who.SkinName);
|
||||
} else if (hasModel) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user