mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-10-04 03:27:41 -04:00
Don't allow multiple hotbar in classic mode
This commit is contained in:
parent
550f201795
commit
15ed994993
@ -61,7 +61,7 @@ namespace ClassicalSharp {
|
|||||||
public int Offset {
|
public int Offset {
|
||||||
get { return offset; }
|
get { return offset; }
|
||||||
set {
|
set {
|
||||||
if (!CanChangeSelected()) return;
|
if (!CanChangeSelected() || game.ClassicMode) return;
|
||||||
offset = value; game.Events.RaiseHeldBlockChanged();
|
offset = value; game.Events.RaiseHeldBlockChanged();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user