Remove extra line from HEADER

This commit is contained in:
Alexander Söderberg
2020-04-16 05:05:58 +02:00
parent ba40a56c32
commit 6f052f0001
435 changed files with 2 additions and 437 deletions

View File

@ -1,5 +1,4 @@
/*
*
* _____ _ _ _____ _
* | __ \| | | | / ____| | |
* | |__) | | ___ | |_| (___ __ _ _ _ __ _ _ __ ___ __| |

View File

@ -1,5 +1,4 @@
/*
*
* _____ _ _ _____ _
* | __ \| | | | / ____| | |
* | |__) | | ___ | |_| (___ __ _ _ _ __ _ _ __ ___ __| |

View File

@ -1,5 +1,4 @@
/*
*
* _____ _ _ _____ _
* | __ \| | | | / ____| | |
* | |__) | | ___ | |_| (___ __ _ _ _ __ _ _ __ ___ __| |

View File

@ -1,5 +1,4 @@
/*
*
* _____ _ _ _____ _
* | __ \| | | | / ____| | |
* | |__) | | ___ | |_| (___ __ _ _ _ __ _ _ __ ___ __| |

View File

@ -1,5 +1,4 @@
/*
*
* _____ _ _ _____ _
* | __ \| | | | / ____| | |
* | |__) | | ___ | |_| (___ __ _ _ _ __ _ _ __ ___ __| |

View File

@ -1,5 +1,4 @@
/*
*
* _____ _ _ _____ _
* | __ \| | | | / ____| | |
* | |__) | | ___ | |_| (___ __ _ _ _ __ _ _ __ ___ __| |
@ -25,4 +24,4 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
// This command is registered from the start.js file which is run during startup
PlotPlayer.sendMessage("Hello World!");
PlotPlayer.sendMessage("Hello World!");

View File

@ -1,5 +1,4 @@
/*
*
* _____ _ _ _____ _
* | __ \| | | | / ____| | |
* | |__) | | ___ | |_| (___ __ _ _ _ __ _ _ __ ___ __| |

View File

@ -1,5 +1,4 @@
/*
*
* _____ _ _ _____ _
* | __ \| | | | / ____| | |
* | |__) | | ___ | |_| (___ __ _ _ _ __ _ _ __ ___ __| |
@ -30,4 +29,4 @@ var commands = ["mycommand"];
// Command registration:
for (var i in commands) {
MainCommand.class.static.onCommand(PlotPlayer, "plot", "debugexec", "addcmd", commands[i] + ".js");
}
}