Skip to content

Commit

Permalink
some weird shit was going on
Browse files Browse the repository at this point in the history
with the client type, new loading and webAO
  • Loading branch information
stonedDiscord committed Jun 4, 2018
1 parent 57300c3 commit afb53d9
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions main.pb
Original file line number Diff line number Diff line change
Expand Up @@ -2184,7 +2184,9 @@ Procedure HandleAOCommand(ClientID)
SendTarget(Str(ClientID),ReadyChar(0),Server)

Case "RC"
*usagePointer\type=#AOTWO
If *usagePointer\type=#NOTYPE
*usagePointer\type=#AOTWO
EndIf
SendTarget(Str(ClientID),newcready$,Server)
; Dim APlayers(characternumber)
; send$="TC"
Expand Down Expand Up @@ -2528,7 +2530,7 @@ Procedure Network(var)
RemoveDisconnect(ClientID)

Case #PB_NetworkEvent_Connect
cType=0
cType=#NOTYPE
If ClientID
send=1
ip$=IPString(GetClientIP(ClientID))
Expand Down Expand Up @@ -2820,8 +2822,8 @@ CompilerEndIf

End
; IDE Options = PureBasic 5.31 (Windows - x86)
; CursorPosition = 98
; FirstLine = 9
; CursorPosition = 2188
; FirstLine = 2170
; Folding = ------
; EnableUnicode
; EnableXP

0 comments on commit afb53d9

Please sign in to comment.