Archived
0

Reverted merge.

This commit is contained in:
Logan Fick
2018-01-28 22:07:25 -05:00
parent 1e565cc98e
commit b0b140fbf3
20 changed files with 307 additions and 584 deletions

View File

@@ -27,17 +27,4 @@ command reply {
help Sends a direct message to the last person you talked to.;
perm utils.message;
}
}
command pmtoggle {
[empty] {
help Turns off your toggle.;
type player;
run pmtoggle_off;
}
[string:player] {
help Turns on your pmtoggle and locks onto <player>.;
type player;
run pmtoggle player;
}
}