Stendhal Quest Coding: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>AmyFrench No edit summary |
imported>Madmetzger |
||
| Line 90: | Line 90: | ||
There is one little step left before we can test it: We need to tell the server to execute our new method. |
There is one little step left before we can test it: We need to tell the server to execute our new method. There is already a method called "addToWorld" which will be executed on server start. So we add a call to our method in "addToWorld": |
||
<source lang="java"> |
<source lang="java"> |
||