mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 22:48:38 +01:00
don't forget to sync
This commit is contained in:
@@ -463,8 +463,8 @@
|
||||
if(ALs)
|
||||
log_and_message_admins("has transfered the [ALs.name] laws to [target].")
|
||||
ALs.sync(target, 0)
|
||||
target.lawsync()
|
||||
return TRUE
|
||||
|
||||
if("notify_laws")
|
||||
to_chat(target, "<span class='danger'>Law Notice</span>")
|
||||
target.laws.show_laws(target)
|
||||
|
||||
@@ -208,7 +208,7 @@ export const LawManagerLaws = (props: {
|
||||
sectionHeight,
|
||||
} = props;
|
||||
|
||||
let allLaws = zeroth_laws
|
||||
const allLaws = zeroth_laws
|
||||
.map((law) => {
|
||||
law.zero = true;
|
||||
return law;
|
||||
@@ -383,6 +383,7 @@ export const LawManagerLaws = (props: {
|
||||
};
|
||||
|
||||
const LawsTable = (props: {
|
||||
laws: law[];
|
||||
title: string;
|
||||
noButtons?: BooleanLike;
|
||||
[rest: string]: any;
|
||||
|
||||
Reference in New Issue
Block a user