mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
Fix StoryLine Infinately loading
This commit is contained in:
@@ -19,7 +19,7 @@ public class CommandWindy : ICommand
|
||||
if (File.Exists(filePath))
|
||||
{
|
||||
var fileBytes = await File.ReadAllBytesAsync(filePath);
|
||||
await arg.Target.SendPacket(new PacketClientDownloadDataScNotify(fileBytes));
|
||||
await arg.Target.SendPacket(new HandshakePacket(fileBytes));
|
||||
await arg.SendMsg("Read BYTECODE from Lua script: " + filePath.Replace("\\", "/"));
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user