Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
kbengine committed May 22, 2017
1 parent 3bec461 commit 8adecc2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions KBEngine.cs
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,9 @@ private void onLogin_baseapp()
*/
public void reloginBaseapp()
{
if(_networkInterface.valid())
return;

Event.fireAll("onReloginBaseapp", new object[]{});
_networkInterface.connectTo(baseappIP, baseappPort, onReConnectTo_baseapp_callback, null);
}
Expand Down

0 comments on commit 8adecc2

Please sign in to comment.