diff options
Diffstat (limited to 'src/being')
-rw-r--r-- | src/being/being.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/being/being.cpp b/src/being/being.cpp index 0779be63b..3cc51ef9d 100644 --- a/src/being/being.cpp +++ b/src/being/being.cpp @@ -233,6 +233,9 @@ Being::Being(const int id, mGotComment = true; } + if (mType == ActorType::Portal) + mShowName = false; + config.addListener("visiblenames", this); reReadConfig(); |