From 7e0662cf8196907cd015451af2c8cb1539e07102 Mon Sep 17 00:00:00 2001 From: Testman Date: Fri, 17 Nov 2017 11:14:33 +0100 Subject: [PATCH] Update scripts repo link Change repo name from PluginExamples to CoreScripts. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba8dd4902..025618f9d 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Project Status TES3MP is now playable in most respects. Player and NPC movement, animations, combat and spell casting are properly synchronized with small exceptions, as is picking up and dropping items in the world, using doors and levers, and adding and removing items from containers. Journal entries, faction stats and dialogue topics are also synchronized, allowing the majority of quests to work fine. -[Serverside Lua scripts](https://github.com/TES3MP/PluginExamples) are used to save and load the state of most of the aforementioned. +[Serverside Lua scripts](https://github.com/TES3MP/CoreScripts) are used to save and load the state of most of the aforementioned. Contributing --------------