Remove some double quotes from version info.
This commit is contained in:
parent
67d3d5a3c5
commit
4121b54e4c
1 changed files with 1 additions and 1 deletions
|
|
@ -256,7 +256,7 @@ class IMC2PacketIsAlive(IMC2Packet):
|
|||
self.packet_type = 'is-alive'
|
||||
self.target = '*'
|
||||
self.destination = '*'
|
||||
self.optional_data = {'versionid': '"Evennia IMC2"',
|
||||
self.optional_data = {'versionid': 'Evennia IMC2',
|
||||
'url': '"http://evennia.com"',
|
||||
'host': 'test.com',
|
||||
'port': '5555'}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue