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