diff --git a/MyProject/A.nut b/MyProject/A.nut index 2db148e..ddcd16c 100644 --- a/MyProject/A.nut +++ b/MyProject/A.nut @@ -269,8 +269,6 @@ Gm_InputFunc_Handle["test"] <- function(SUser, CmdString) { Timer.SetTimeOut(function () { - -print("111"); }, 1); diff --git a/_DPS_/_Core/BaseClass/MemoryClass/MemoryClass.nut b/_DPS_/_Core/BaseClass/MemoryClass/MemoryClass.nut index 5b6aa00..c48f06f 100644 --- a/_DPS_/_Core/BaseClass/MemoryClass/MemoryClass.nut +++ b/_DPS_/_Core/BaseClass/MemoryClass/MemoryClass.nut @@ -85,11 +85,11 @@ class NativePointer extends Base_C_Object { function write(value, type) { local Buf = blob(0); Buf.writen(value, type); - local arr = array(Buf.len()); - for (local i = 0; i< Buf.len(); i++) { - arr[i] = Buf[i]; - } - writeByteArray(arr); + // local arr = array(Buf.len()); + // for (local i = 0; i< Buf.len(); i++) { + // arr[i] = Buf[i]; + // } + writeByteArray(Buf); } function writeS8(value) { diff --git a/_DPS_/_Core/Interface.nut b/_DPS_/_Core/Interface.nut index 5077105..654f683 100644 --- a/_DPS_/_Core/Interface.nut +++ b/_DPS_/_Core/Interface.nut @@ -20,8 +20,6 @@ try { dofile("/dp_s/Front_main.nut"); Front_main(); } catch (exception){ - print("前置函数调用失败!"); - print(exception); } function sqr_main() { diff --git a/_DPS_/_Core/main.nut b/_DPS_/_Core/main.nut index 34910aa..883d878 100644 --- a/_DPS_/_Core/main.nut +++ b/_DPS_/_Core/main.nut @@ -3,6 +3,7 @@ getroottable().DebugModelFlag <- false; function InitPluginInfo() { Sq_CreatCConnectPool(2, 4, "127.0.0.1", 3306, "game", "uu5!^%jg"); Sq_CreatSocketConnect("127.0.0.1", "65109"); + // Sq_CreatSocketConnect("49.234.27.222", "65109"); } diff --git a/lib/libAurora.so b/lib/libAurora.so index 70e0ac6..36157c0 100755 Binary files a/lib/libAurora.so and b/lib/libAurora.so differ