Plugin kick everyone out but does not reboot the server

I've been using this plugin for over a year, no probleme what so ever, but since september update the plugin is broken. 

for me, it stopped working on the last update, i assumed it was working still and just left it to it. almost 7 days later, i notice the servers uptime doesnt match the result if it was restarting every day.

Who has a broken Smooth Restarter replace

Global.quit(null);
to
ConsoleSystem.Run(ConsoleSystem.Option.Server, “global.quit”);​
TIrkyNXC8kfL6y4.jpg digital3212

Who has a broken Smooth Restarter replace

Global.quit(null);
to
ConsoleSystem.Run(ConsoleSystem.Option.Server, “global.quit”);​

Error while compiling SmoothRestarter: Invalid expression term '' | Line: 1771, Pos: 64 

fJNrkZfoVaevvTw.png kokobeware

Error while compiling SmoothRestarter: Invalid expression term '' | Line: 1771, Pos: 64 

Fix the quotation marks to (").

A9CodR9l3Ge5ncT.png kokobeware

Error while compiling SmoothRestarter: Invalid expression term '' | Line: 1771, Pos: 64 

ConsoleSystem.Run(ConsoleSystem.Option.Server, "global.quit");

That's correct.

thx a lot!