Jump to content

Question

3 answers to this question

Recommended Posts

  • 1
Posted

chathandlers/chatAll.java
 

Replace:

        final CreatureSay cs = new CreatureSay(activeChar.getObjectId(), type, activeChar.getName(), text);
With:

       final CreatureSay cs = new CreatureSay(activeChar.getObjectId(), type, activeChar.isGM() ? "[ADMIN]:" + activeChar.getName() : activeChar.getName(), text);
 

 

Guest
This topic is now closed to further replies.


×
×
  • Create New...