Settings and server configs updated. The caches between server and website threads are still not properly addressed - a change in the admin interface does not immediately translate to a change in-game.

This commit is contained in:
Griatch 2013-05-23 23:42:55 +02:00
parent c083fe6266
commit 20e093aa26
4 changed files with 6 additions and 7 deletions

View file

@ -157,10 +157,7 @@ if AMP_ENABLED:
from src.server import amp
ifacestr = ""
if AMP_HOST != '127.0.0.1':
ifacestr = "-%s" % AMP_HOST
print ' amp (to Server)%s: %s' % (ifacestr, AMP_PORT)
print ' amp (to Server): %s' % AMP_PORT
factory = amp.AmpClientFactory(PORTAL)
amp_client = internet.TCPClient(AMP_HOST, AMP_PORT, factory)