Skip to content

Commit

Permalink
typo, mod call reason + build
Browse files Browse the repository at this point in the history
  • Loading branch information
stonedDiscord committed Jun 4, 2018
1 parent afb53d9 commit 411d9ad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions main.pb
Original file line number Diff line number Diff line change
Expand Up @@ -2385,7 +2385,7 @@ Procedure HandleAOCommand(ClientID)
If hdbanned=0
ForEach HDbans()
If *usagePointer\HD = HDbans()\banned
WriteLog("HD: "+*usagePointer\HD+" is banned,reason: "+HDbans()\reason,*usagePointer)
WriteLog("HD: "+*usagePointer\HD+" is banned, reason: "+HDbans()\reason,*usagePointer)
SendTarget(Str(ClientID),"BD#%",Server)
LockMutex(ListMutex)
CloseNetworkConnection(ClientID)
Expand Down Expand Up @@ -2495,9 +2495,9 @@ Procedure HandleAOCommand(ClientID)
ResetMap(Clients())
While NextMapElement(Clients())
If Clients()\perm
SendTarget(Str(Clients()\ClientID),"ZZ#"+*usagePointer\IP+" in "+GetAreaName(*usagePointer)+"#%",*usagePointer)
SendTarget(Str(Clients()\ClientID),"ZZ#"+*usagePointer\IP+" in "+GetAreaName(*usagePointer)+", reason: "+StringField(rawreceive$,2,"#")+"#%",*usagePointer)
Else
SendTarget(Str(Clients()\ClientID),"ZZ#someone in "+GetAreaName(*usagePointer)+"#%",*usagePointer)
SendTarget(Str(Clients()\ClientID),"ZZ#someone#%",*usagePointer)
EndIf
Wend
UnlockMutex(ListMutex)
Expand Down Expand Up @@ -2822,8 +2822,8 @@ CompilerEndIf

End
; IDE Options = PureBasic 5.31 (Windows - x86)
; CursorPosition = 2188
; FirstLine = 2170
; CursorPosition = 2497
; FirstLine = 2275
; Folding = ------
; EnableUnicode
; EnableXP
Binary file modified serverD.exe
Binary file not shown.
Binary file modified serverDco.exe
Binary file not shown.

0 comments on commit 411d9ad

Please sign in to comment.