From b603c1f858235b50c07c1633d2c27cf3ecf7724f Mon Sep 17 00:00:00 2001 From: Agent X <44549182+Agent-11@users.noreply.github.com> Date: Sun, 10 Dec 2023 10:12:00 -0500 Subject: [PATCH] Update manual.lua --- autogen/lua_definitions/manual.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen/lua_definitions/manual.lua b/autogen/lua_definitions/manual.lua index e1b531078..53ad63903 100644 --- a/autogen/lua_definitions/manual.lua +++ b/autogen/lua_definitions/manual.lua @@ -169,7 +169,7 @@ function network_init_object(object, standardSync, fieldTable) end --- @param object Object Object to sync ---- @param reliable boolean Whether or not the game should try to resend the packet in case its lost, good for important packets +--- @param reliable boolean Whether or not the game should try to resend the packet in case it gets lost, good for important packets --- @return nil --- Sends a sync packet to sync up the object with everyone else function network_send_object(object, reliable)