We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d0d834 commit 62bf949Copy full SHA for 62bf949
server_interface/server_interface.js
@@ -2,7 +2,7 @@
2
function Message(command) {
3
this.command = command;
4
}
5
- window.CardshifterServerInterface = {
+ window.CardshifterServerAPI = {
6
ws: null,
7
types: {
8
LoginMessage: function(username) {
0 commit comments