added patcher and redirect to homepage if user is logged in
This commit is contained in:
@ -34,7 +34,7 @@ import { getCurrentMapIcon, updatePlayerMapIcon } from "./actions";
|
||||
const getNamePlateTextures = (id: number | undefined) => {
|
||||
if (id === undefined) return "";
|
||||
const paddedId = id.toString().padStart(8, "0");
|
||||
return `mapIcon/CHU_UI_MapIcon_${paddedId}.png`;
|
||||
return `mapIcons/CHU_UI_MapIcon_${paddedId}.png`;
|
||||
};
|
||||
|
||||
type mapIcons = cozynet_chuni_static_mapicon;
|
||||
|
Reference in New Issue
Block a user