Small update.

This commit is contained in:
Coder12a
2018-10-12 15:27:05 -05:00
parent 3cb5f83959
commit 1b7f89c0d9
3 changed files with 9 additions and 4 deletions

View File

@ -505,7 +505,7 @@ factions.register_command("setspawn", {
},false)
factions.register_command("where", {
description = "See whose parcel you stand on.",
description = "See whose parcel your standing on.",
infaction = false,
global_privileges = {"faction_user"},
on_success = function(player, faction, pos, parcelpos, args)
@ -543,7 +543,7 @@ factions.register_command("spawn", {
},false)
factions.register_command("promote", {
description = "Promotes a player to a rank",
description = "Promotes a player to a new rank.",
format = {"player", "string"},
faction_permissions = {"promote"},
global_privileges = {"faction_user"},