mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-28 15:07:18 +01:00
Fix several misleading indentation warnings on GCC 8.1.1 (#50)
This commit is contained in:
parent
c0ac6069f6
commit
f9903c05b3
9 changed files with 97 additions and 95 deletions
|
|
@ -42,7 +42,7 @@ ACMD(do_oasis_aedit)
|
|||
if (IS_NPC(ch) || !ch->desc || STATE(ch->desc) != CON_PLAYING)
|
||||
return;
|
||||
|
||||
if (CONFIG_NEW_SOCIALS == 0) {
|
||||
if (CONFIG_NEW_SOCIALS == 0) {
|
||||
send_to_char(ch, "Socials cannot be edited at the moment.\r\n");
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue