Changed: Minor changes
This commit is contained in:
parent
1c694c3216
commit
a1bf53ca89
1 changed files with 2 additions and 1 deletions
|
@ -75,13 +75,14 @@ KillAttribMinFactor = 1.0;
|
|||
|
||||
//max bulk the player can transport * 1000 (*1000 to avoid float operations)
|
||||
MaxPlayerBulk = 100000;
|
||||
|
||||
//max weight in grammes a player can have on him if his strength is 0
|
||||
BaseMaxCarriedWeight = 100000;
|
||||
|
||||
// base bulk of player room
|
||||
BasePlayerRoomBulk = 1000000;
|
||||
|
||||
// if true, every player that was saved with an invalid position will be corrected the next times he logs in.
|
||||
// if true, every player that was saved with an invalid position will be corrected the next time he logs in.
|
||||
CorrectInvalidPlayerPositions = 1;
|
||||
|
||||
// Create Character Start skills value
|
||||
|
|
Loading…
Reference in a new issue