Skip to content

Commit 54a008c

Browse files
committed
up
1 parent f569406 commit 54a008c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

KBEngine.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -265,14 +265,14 @@ public static bool validEmail(string strEmail)
265265
*/
266266
public virtual void process()
267267
{
268+
// 处理网络
269+
_networkInterface.process();
270+
268271
// 处理外层抛入的事件
269272
Event.processInEvents();
270273

271274
// 向服务端发送心跳以及同步角色信息到服务端
272275
sendTick();
273-
274-
// 处理网络
275-
_networkInterface.process();
276276
}
277277

278278
/*

0 commit comments

Comments
 (0)