mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-24 05:03:34 -04:00
Fix /tpaccept and /tpdeny not working. (Thanks goodlyay)
This commit is contained in:
parent
4f92cb04c4
commit
19bb5ae56d
@ -51,7 +51,7 @@ namespace MCGalaxy.Commands {
|
||||
Player.Message(who, "Type " + Colors.green + "/tpaccept %Sor " + Colors.maroon + "/tpdeny%S!");
|
||||
Player.Message(who, "This request will timeout after " + Colors.aqua + "90 %Sseconds.");
|
||||
Player.Message(who, "---------------------------------------------------------");
|
||||
who.senderName = p.DisplayName;
|
||||
who.senderName = p.name;
|
||||
who.Request = true;
|
||||
p.currentTpa = who.name;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user