forked from metin-server/m2dev-client
issue-4: add chat fallback for biolog submit
This commit is contained in:
@@ -137,6 +137,9 @@ class BiologWindow(ui.BoardWithTitleBar):
|
||||
self.Refresh()
|
||||
|
||||
def __OnSubmit(self):
|
||||
net.SendBiologSubmit()
|
||||
try:
|
||||
net.SendBiologSubmit()
|
||||
except AttributeError:
|
||||
net.SendChatPacket("/biolog_submit", 0)
|
||||
self.lastRefreshTime = 0.0
|
||||
self.Refresh()
|
||||
|
||||
Reference in New Issue
Block a user