Added AMP support to the Replaceable Networking effort. Can now replace the AMP protocols. Also cleaned up some imports.
This commit is contained in:
parent
0639d43ddc
commit
d7623cd8a5
5 changed files with 24 additions and 33 deletions
|
|
@ -572,6 +572,11 @@ SESSION_SYNC_ATTRS = (
|
|||
"cmdset_storage_string"
|
||||
)
|
||||
|
||||
# The following are used for the communications between the Portal and Server.
|
||||
# Very dragons territory.
|
||||
AMP_SERVER_PROTOCOL_CLASS = 'evennia.server.portal.amp_server.AMPServerProtocol'
|
||||
AMP_CLIENT_PROTOCOL_CLASS = 'evennia.server.amp_client.AMPServerClientProtocol'
|
||||
|
||||
######################################################################
|
||||
# Options and validators
|
||||
######################################################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue