mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-25 14:14:46 -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 {
|
||||
get { return offset; }
|
||||
set {
|
||||
if (!CanChangeSelected()) return;
|
||||
if (!CanChangeSelected() || game.ClassicMode) return;
|
||||
offset = value; game.Events.RaiseHeldBlockChanged();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user