AresMUSH / aresmush

AresMUSH online text-based game server
Other
30 stars 107 forks source link

Fix minor typo. roles.doesnt_has_role -> roles.doesnt_have_role #15

Closed TheStranjer closed 6 years ago

TheStranjer commented 6 years ago

Noticed this while I was fiddling with the code that does some things automatically upon approving someone.

%% translation missing: en.roles.doesnt_has_role
TheStranjer commented 6 years ago

I think this second commit to the pull request might be an outright bug, since before it, when you build a new room, it doesn't copy over the same Area, even though the code implies otherwise. With this "fix," assuming of course that's what it is and I'm not being dumb, the area is actually copied correctly.

lynnfaraday commented 6 years ago

Looks good thanks.