Use new keybind utils
This commit is contained in:
@@ -104,7 +104,7 @@ function renderPropertyEntranceLabel(name, position, locked, isBusiness, price,
|
|||||||
switch(bizLabelInfoType) {
|
switch(bizLabelInfoType) {
|
||||||
case VRR_BIZLABEL_INFO_ENTER:
|
case VRR_BIZLABEL_INFO_ENTER:
|
||||||
if(enterPropertyKey != null) {
|
if(enterPropertyKey != null) {
|
||||||
bizInfoText = `Press ${sdl.getKeyName(enterPropertyKey)} to enter`;
|
bizInfoText = `Press ${toUpperCase(getKeyNameFromId(enterPropertyKey))} to enter`;
|
||||||
} else {
|
} else {
|
||||||
bizInfoText = `Use /enter to enter here`;
|
bizInfoText = `Use /enter to enter here`;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user