mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-17 11:35:08 -04:00
Oops, that was a very silly mistake.
This commit is contained in:
parent
b5e4f73d8c
commit
36560403ff
@ -57,7 +57,8 @@ namespace ClassicalSharp {
|
|||||||
get { return Players[id]; }
|
get { return Players[id]; }
|
||||||
set {
|
set {
|
||||||
Players[id] = value;
|
Players[id] = value;
|
||||||
value.ID = (byte)id;
|
if( value != null )
|
||||||
|
value.ID = (byte)id;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user