Skip to content

Commit 54c822e

Browse files
committed
Быстрофикс
1 parent da36a34 commit 54c822e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/main/java/com/annimon/ownlang/lib/modules

src/main/java/com/annimon/ownlang/lib/modules/socket.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ private static class SocketValue extends MapValue {
6262
private final Socket socket;
6363

6464
public SocketValue(Socket socket) {
65-
super(11);
65+
super(12);
6666
this.socket = socket;
6767
init();
6868
}

0 commit comments

Comments
 (0)