mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[8781] Remove old 100ms Linux hack in WorldRunnable.
* This allows Linux OS to update world every 50ms like Windows (possible speed-up, but more CPU usage). * This hack was probably used because of old sockets lib, but we don't use this for worldd anymore.
This commit is contained in:
parent
64848ac380
commit
16dcc0673a
2 changed files with 1 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "8780"
|
||||
#define REVISION_NR "8781"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue