diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2026-03-14 16:07:56 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2026-03-14 16:07:56 -0300 |
| commit | 370842756ab50b53ca1a9f5787b2750f3e3d9cd8 (patch) | |
| tree | 2bd4b40579daeebda33d2974e8e6ce660d492c5e /src/crplayer.cc | |
| parent | 16edba1729a06b86da1002783d756313cc3611ed (diff) | |
| download | game-370842756ab50b53ca1a9f5787b2750f3e3d9cd8.tar.gz game-370842756ab50b53ca1a9f5787b2750f3e3d9cd8.zip | |
support for proxy headers + minor tweaks
Diffstat (limited to 'src/crplayer.cc')
| -rw-r--r-- | src/crplayer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crplayer.cc b/src/crplayer.cc index 4934966..8878bda 100644 --- a/src/crplayer.cc +++ b/src/crplayer.cc @@ -2845,7 +2845,7 @@ void AttachPlayerPoolSlot(TPlayerData *Slot, bool DontWait){ } PlayerDataPoolMutex.up(); - DelayThread(0,100); + DelayThread(0, 100); } } |
