Private
Public Access
1
0

current username checked && refactor && remove players in channel when they are more than 2

This commit is contained in:
2016-10-31 18:07:37 +01:00
parent 5b03dc2c28
commit db2c0c8c30
7 changed files with 31 additions and 21 deletions

View File

@@ -10,7 +10,8 @@
{% block body %}
<div id="mine-wrapper"
data-env="{{ env }}"
data-game-id="{{ app.request.get('gameAssoc') }}">
data-game-id="{{ app.request.get('gameAssoc') }}"
data-user-name="{{ app.user.username }}">
</div>
{% endblock %}