Added network skill usage
This commit is contained in:
@ -24,7 +24,7 @@ func send_login():
|
||||
|
||||
var password := "password".sha256_text()
|
||||
var buffer := StreamPeerBuffer.new()
|
||||
buffer.put_8(Packet.LOGIN)
|
||||
buffer.put_u8(Packet.LOGIN)
|
||||
buffer.put_data(JSON.stringify([Global.username, password]).to_utf8_buffer())
|
||||
%Client.send(buffer.data_array)
|
||||
print("[%s] Connecting..." % Global.username)
|
||||
|
Reference in New Issue
Block a user