mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-27 17:44:09 +01:00
Last minute fixes. -Rumble
This commit is contained in:
parent
efab0b04fc
commit
95b0068920
4 changed files with 8 additions and 8 deletions
|
|
@ -1109,7 +1109,9 @@ ACMD(do_who)
|
|||
int max_level;
|
||||
int count; /* must always start as 0 */
|
||||
} rank[] = {
|
||||
|
||||
{ "Immortals\r\n---------\r\n", LVL_IMMORT, LVL_IMPL, 0},
|
||||
{ "Mortals\r\n-------\r\n", 1, LVL_IMMORT - 1, 0 },
|
||||
{ "\n", 0, 0, 0 }
|
||||
};
|
||||
|
||||
skip_spaces(&argument);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue