diff --git a/Clockwork/garrysmod/gamemodes/clockwork/plugins/observermode/plugin/cl_plugin.lua b/Clockwork/garrysmod/gamemodes/clockwork/plugins/observermode/plugin/cl_plugin.lua new file mode 100644 index 00000000..8e5547e2 --- /dev/null +++ b/Clockwork/garrysmod/gamemodes/clockwork/plugins/observermode/plugin/cl_plugin.lua @@ -0,0 +1,3 @@ +local Clockwork = Clockwork; + +Clockwork.config:AddToSystem("Observer Reset", "observerReset", "Whether or not observer mode resets the player's position to where they were originally.", true);