From 0584ff57d2911057aafd5b3f42ba39990e46c624 Mon Sep 17 00:00:00 2001 From: luk3yx Date: Wed, 10 Mar 2021 20:55:25 +1300 Subject: [PATCH] Fix fs51 compatibility with snippets.Form. --- depends.txt | 1 + mod.conf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/depends.txt b/depends.txt index 0520ee9..6d0a976 100644 --- a/depends.txt +++ b/depends.txt @@ -1 +1,2 @@ cloaking? +fs51? diff --git a/mod.conf b/mod.conf index a3867d7..dff7c72 100644 --- a/mod.conf +++ b/mod.conf @@ -1,2 +1,2 @@ name = snippets -optional_depends = cloaking +optional_depends = cloaking, fs51