changed form reset and fixed systemvoice
This commit is contained in:
@ -33,7 +33,7 @@ export async function updatePlayerMapIcon(mapIconId?: number) {
|
||||
}
|
||||
|
||||
if (mapIconId === undefined) {
|
||||
throw new Error("nameplateId is required");
|
||||
throw new Error("map icon is required");
|
||||
}
|
||||
|
||||
try {
|
||||
@ -51,7 +51,7 @@ export async function updatePlayerMapIcon(mapIconId?: number) {
|
||||
|
||||
return updatePlayerMapIconId;
|
||||
} catch (error) {
|
||||
console.error("Error updating nameplate:", error);
|
||||
console.error("Error updating map icon:", error);
|
||||
throw error;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user