mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-24 21:51:19 -04:00
Add top of file
Fix pasting error
This commit is contained in:
parent
375ec6c671
commit
bff5d0fe10
@ -29,7 +29,12 @@ namespace MCGalaxy.Commands
|
||||
|
||||
public override void Use(Player p, string message) {
|
||||
if (message == "") { Help(p); return; }
|
||||
|
||||
string[] args;
|
||||
string tempmessage = message;
|
||||
message = message.Split(' ')[0];
|
||||
args = tempmessage.Split(' ');
|
||||
|
||||
Player who = PlayerInfo.FindOrShowMatches(p, message);
|
||||
if (who == null) return;
|
||||
if (who == p)
|
||||
|
Loading…
x
Reference in New Issue
Block a user