You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Fixes small typos and grammar correction
This commit is contained in:
@@ -248,7 +248,7 @@ void NetworkedMultiplayerENet::poll() {
|
||||
int *new_id = memnew(int);
|
||||
*new_id = event.data;
|
||||
|
||||
if (*new_id == 0) { // Data zero is sent by server (enet won't let you configure this). Server is always 1.
|
||||
if (*new_id == 0) { // Data zero is sent by server (ENet won't let you configure this). Server is always 1.
|
||||
*new_id = 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user