Skip to content

Commit 62bf949

Browse files
committed
changed name to CardshifterServerAPI
1 parent 4d0d834 commit 62bf949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server_interface/server_interface.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
function Message(command) {
33
this.command = command;
44
}
5-
window.CardshifterServerInterface = {
5+
window.CardshifterServerAPI = {
66
ws: null,
77
types: {
88
LoginMessage: function(username) {

0 commit comments

Comments
 (0)