mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-01-24 18:13:15 -05:00
Oops, that was a very silly mistake.
This commit is contained in:
parent
b5e4f73d8c
commit
36560403ff
1 changed files with 2 additions and 1 deletions
|
@ -57,7 +57,8 @@ namespace ClassicalSharp {
|
|||
get { return Players[id]; }
|
||||
set {
|
||||
Players[id] = value;
|
||||
value.ID = (byte)id;
|
||||
if( value != null )
|
||||
value.ID = (byte)id;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue