Jump to content

Recommended Posts

Posted

In current realization GM can answer on petitions only of the same race, because there is a ban in MailService on sending mail between races. This is very uncomfortable for Gms.

Replace in MailService:

if(recipientCommonData.getRace().getRaceId() != sender.getCommonData().getRace().getRaceId())

 

on:

if( (recipientCommonData.getRace().getRaceId() != sender.getCommonData().getRace().getRaceId()) && sender.getAccessLevel() == 0)

 

 

Credits:Mine

 

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock