mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
War on spaces, Mumble fix again
This commit is contained in:
@@ -24,7 +24,7 @@ class MumbleService(BaseService):
|
||||
tag = kwargs['character'].corporation.ticker
|
||||
|
||||
if tag:
|
||||
username = "%s - %s" % (tag, username)
|
||||
username = "[%s]%s" % (tag, username)
|
||||
|
||||
mumbleuser = MumbleUser()
|
||||
mumbleuser.name = username
|
||||
|
||||
Reference in New Issue
Block a user