Correction for Spawn comment typos.

This commit is contained in:
MobiusDevelopment 2022-04-25 22:38:57 +00:00
parent a6f6909c3a
commit 1dabf3a944
26 changed files with 26 additions and 26 deletions

View File

@ -335,7 +335,7 @@ public class Spawn extends Location implements IIdentifiable, INamable
{ {
try try
{ {
// Check if the Spawn is not a Net or Minion or Decoy spawn // Check if the spawn is not a Pet, Decoy or Trap spawn.
if (_template.isType("Pet") || _template.isType("Decoy") || _template.isType("Trap")) if (_template.isType("Pet") || _template.isType("Decoy") || _template.isType("Trap"))
{ {
_currentCount++; _currentCount++;

View File

@ -335,7 +335,7 @@ public class Spawn extends Location implements IIdentifiable, INamable
{ {
try try
{ {
// Check if the Spawn is not a Net or Minion or Decoy spawn // Check if the spawn is not a Pet, Decoy or Trap spawn.
if (_template.isType("Pet") || _template.isType("Decoy") || _template.isType("Trap")) if (_template.isType("Pet") || _template.isType("Decoy") || _template.isType("Trap"))
{ {
_currentCount++; _currentCount++;

View File

@ -335,7 +335,7 @@ public class Spawn extends Location implements IIdentifiable, INamable
{ {
try try
{ {
// Check if the Spawn is not a Net or Minion or Decoy spawn // Check if the spawn is not a Pet, Decoy or Trap spawn.
if (_template.isType("Pet") || _template.isType("Decoy") || _template.isType("Trap")) if (_template.isType("Pet") || _template.isType("Decoy") || _template.isType("Trap"))
{ {
_currentCount++; _currentCount++;

View File

@ -335,7 +335,7 @@ public class Spawn extends Location implements IIdentifiable, INamable
{ {
try try
{ {
// Check if the Spawn is not a Net or Minion or Decoy spawn // Check if the spawn is not a Pet, Decoy or Trap spawn.
if (_template.isType("Pet") || _template.isType("Decoy") || _template.isType("Trap")) if (_template.isType("Pet") || _template.isType("Decoy") || _template.isType("Trap"))
{ {
_currentCount++; _currentCount++;

View File

@ -335,7 +335,7 @@ public class Spawn extends Location implements IIdentifiable, INamable
{ {
try try
{ {
// Check if the Spawn is not a Net or Minion or Decoy spawn // Check if the spawn is not a Pet, Decoy or Trap spawn.
if (_template.isType("Pet") || _template.isType("Decoy") || _template.isType("Trap")) if (_template.isType("Pet") || _template.isType("Decoy") || _template.isType("Trap"))
{ {
_currentCount++; _currentCount++;

View File

@ -335,7 +335,7 @@ public class Spawn extends Location implements IIdentifiable, INamable
{ {
try try
{ {
// Check if the Spawn is not a Net or Minion or Decoy spawn // Check if the spawn is not a Pet, Decoy or Trap spawn.
if (_template.isType("Pet") || _template.isType("Decoy") || _template.isType("Trap")) if (_template.isType("Pet") || _template.isType("Decoy") || _template.isType("Trap"))
{ {
_currentCount++; _currentCount++;

View File

@ -335,7 +335,7 @@ public class Spawn extends Location implements IIdentifiable, INamable
{ {
try try
{ {
// Check if the Spawn is not a Net or Minion or Decoy spawn // Check if the spawn is not a Pet, Decoy or Trap spawn.
if (_template.isType("Pet") || _template.isType("Decoy") || _template.isType("Trap")) if (_template.isType("Pet") || _template.isType("Decoy") || _template.isType("Trap"))
{ {
_currentCount++; _currentCount++;

View File

@ -335,7 +335,7 @@ public class Spawn extends Location implements IIdentifiable, INamable
{ {
try try
{ {
// Check if the Spawn is not a Net or Minion or Decoy spawn // Check if the spawn is not a Pet, Decoy or Trap spawn.
if (_template.isType("Pet") || _template.isType("Decoy") || _template.isType("Trap")) if (_template.isType("Pet") || _template.isType("Decoy") || _template.isType("Trap"))
{ {
_currentCount++; _currentCount++;

View File

@ -335,7 +335,7 @@ public class Spawn extends Location implements IIdentifiable, INamable
{ {
try try
{ {
// Check if the Spawn is not a Net or Minion or Decoy spawn // Check if the spawn is not a Pet, Decoy or Trap spawn.
if (_template.isType("Pet") || _template.isType("Decoy") || _template.isType("Trap")) if (_template.isType("Pet") || _template.isType("Decoy") || _template.isType("Trap"))
{ {
_currentCount++; _currentCount++;

View File

@ -335,7 +335,7 @@ public class Spawn extends Location implements IIdentifiable, INamable
{ {
try try
{ {
// Check if the Spawn is not a Net or Minion or Decoy spawn // Check if the spawn is not a Pet, Decoy or Trap spawn.
if (_template.isType("Pet") || _template.isType("Decoy") || _template.isType("Trap")) if (_template.isType("Pet") || _template.isType("Decoy") || _template.isType("Trap"))
{ {
_currentCount++; _currentCount++;

View File

@ -335,7 +335,7 @@ public class Spawn extends Location implements IIdentifiable, INamable
{ {
try try
{ {
// Check if the Spawn is not a Net or Minion or Decoy spawn // Check if the spawn is not a Pet, Decoy or Trap spawn.
if (_template.isType("Pet") || _template.isType("Decoy") || _template.isType("Trap")) if (_template.isType("Pet") || _template.isType("Decoy") || _template.isType("Trap"))
{ {
_currentCount++; _currentCount++;

View File

@ -335,7 +335,7 @@ public class Spawn extends Location implements IIdentifiable, INamable
{ {
try try
{ {
// Check if the Spawn is not a Net or Minion or Decoy spawn // Check if the spawn is not a Pet, Decoy or Trap spawn.
if (_template.isType("Pet") || _template.isType("Decoy") || _template.isType("Trap")) if (_template.isType("Pet") || _template.isType("Decoy") || _template.isType("Trap"))
{ {
_currentCount++; _currentCount++;

View File

@ -329,7 +329,7 @@ public class Spawn extends Location implements IIdentifiable, INamable
{ {
try try
{ {
// Check if the Spawn is not a Net or Minion or Decoy spawn // Check if the spawn is not a Pet, Decoy or Trap spawn.
if (_template.isType("Pet") || _template.isType("Decoy") || _template.isType("Trap")) if (_template.isType("Pet") || _template.isType("Decoy") || _template.isType("Trap"))
{ {
_currentCount++; _currentCount++;

View File

@ -329,7 +329,7 @@ public class Spawn extends Location implements IIdentifiable, INamable
{ {
try try
{ {
// Check if the Spawn is not a Net or Minion or Decoy spawn // Check if the spawn is not a Pet, Decoy or Trap spawn.
if (_template.isType("Pet") || _template.isType("Decoy") || _template.isType("Trap")) if (_template.isType("Pet") || _template.isType("Decoy") || _template.isType("Trap"))
{ {
_currentCount++; _currentCount++;

View File

@ -329,7 +329,7 @@ public class Spawn extends Location implements IIdentifiable, INamable
{ {
try try
{ {
// Check if the Spawn is not a Net or Minion or Decoy spawn // Check if the spawn is not a Pet, Decoy or Trap spawn.
if (_template.isType("Pet") || _template.isType("Decoy") || _template.isType("Trap")) if (_template.isType("Pet") || _template.isType("Decoy") || _template.isType("Trap"))
{ {
_currentCount++; _currentCount++;

View File

@ -335,7 +335,7 @@ public class Spawn extends Location implements IIdentifiable, INamable
{ {
try try
{ {
// Check if the Spawn is not a Net or Minion or Decoy spawn // Check if the spawn is not a Pet, Decoy or Trap spawn.
if (_template.isType("Pet") || _template.isType("Decoy") || _template.isType("Trap")) if (_template.isType("Pet") || _template.isType("Decoy") || _template.isType("Trap"))
{ {
_currentCount++; _currentCount++;

View File

@ -335,7 +335,7 @@ public class Spawn extends Location implements IIdentifiable, INamable
{ {
try try
{ {
// Check if the Spawn is not a Net or Minion or Decoy spawn // Check if the spawn is not a Pet, Decoy or Trap spawn.
if (_template.isType("Pet") || _template.isType("Decoy") || _template.isType("Trap")) if (_template.isType("Pet") || _template.isType("Decoy") || _template.isType("Trap"))
{ {
_currentCount++; _currentCount++;

View File

@ -335,7 +335,7 @@ public class Spawn extends Location implements IIdentifiable, INamable
{ {
try try
{ {
// Check if the Spawn is not a Net or Minion or Decoy spawn // Check if the spawn is not a Pet, Decoy or Trap spawn.
if (_template.isType("Pet") || _template.isType("Decoy") || _template.isType("Trap")) if (_template.isType("Pet") || _template.isType("Decoy") || _template.isType("Trap"))
{ {
_currentCount++; _currentCount++;

View File

@ -335,7 +335,7 @@ public class Spawn extends Location implements IIdentifiable, INamable
{ {
try try
{ {
// Check if the Spawn is not a Net or Minion or Decoy spawn // Check if the spawn is not a Pet, Decoy or Trap spawn.
if (_template.isType("Pet") || _template.isType("Decoy") || _template.isType("Trap")) if (_template.isType("Pet") || _template.isType("Decoy") || _template.isType("Trap"))
{ {
_currentCount++; _currentCount++;

View File

@ -335,7 +335,7 @@ public class Spawn extends Location implements IIdentifiable, INamable
{ {
try try
{ {
// Check if the Spawn is not a Net or Minion or Decoy spawn // Check if the spawn is not a Pet, Decoy or Trap spawn.
if (_template.isType("Pet") || _template.isType("Decoy") || _template.isType("Trap")) if (_template.isType("Pet") || _template.isType("Decoy") || _template.isType("Trap"))
{ {
_currentCount++; _currentCount++;

View File

@ -335,7 +335,7 @@ public class Spawn extends Location implements IIdentifiable, INamable
{ {
try try
{ {
// Check if the Spawn is not a Net or Minion or Decoy spawn // Check if the spawn is not a Pet, Decoy or Trap spawn.
if (_template.isType("Pet") || _template.isType("Decoy") || _template.isType("Trap")) if (_template.isType("Pet") || _template.isType("Decoy") || _template.isType("Trap"))
{ {
_currentCount++; _currentCount++;

View File

@ -335,7 +335,7 @@ public class Spawn extends Location implements IIdentifiable, INamable
{ {
try try
{ {
// Check if the Spawn is not a Net or Minion or Decoy spawn // Check if the spawn is not a Pet, Decoy or Trap spawn.
if (_template.isType("Pet") || _template.isType("Decoy") || _template.isType("Trap")) if (_template.isType("Pet") || _template.isType("Decoy") || _template.isType("Trap"))
{ {
_currentCount++; _currentCount++;

View File

@ -335,7 +335,7 @@ public class Spawn extends Location implements IIdentifiable, INamable
{ {
try try
{ {
// Check if the Spawn is not a Net or Minion or Decoy spawn // Check if the spawn is not a Pet, Decoy or Trap spawn.
if (_template.isType("Pet") || _template.isType("Decoy") || _template.isType("Trap")) if (_template.isType("Pet") || _template.isType("Decoy") || _template.isType("Trap"))
{ {
_currentCount++; _currentCount++;

View File

@ -335,7 +335,7 @@ public class Spawn extends Location implements IIdentifiable, INamable
{ {
try try
{ {
// Check if the Spawn is not a Net or Minion or Decoy spawn // Check if the spawn is not a Pet, Decoy or Trap spawn.
if (_template.isType("Pet") || _template.isType("Decoy") || _template.isType("Trap")) if (_template.isType("Pet") || _template.isType("Decoy") || _template.isType("Trap"))
{ {
_currentCount++; _currentCount++;

View File

@ -335,7 +335,7 @@ public class Spawn extends Location implements IIdentifiable, INamable
{ {
try try
{ {
// Check if the Spawn is not a Net or Minion or Decoy spawn // Check if the spawn is not a Pet, Decoy or Trap spawn.
if (_template.isType("Pet") || _template.isType("Decoy") || _template.isType("Trap")) if (_template.isType("Pet") || _template.isType("Decoy") || _template.isType("Trap"))
{ {
_currentCount++; _currentCount++;

View File

@ -335,7 +335,7 @@ public class Spawn extends Location implements IIdentifiable, INamable
{ {
try try
{ {
// Check if the Spawn is not a Net or Minion or Decoy spawn // Check if the spawn is not a Pet, Decoy or Trap spawn.
if (_template.isType("Pet") || _template.isType("Decoy") || _template.isType("Trap")) if (_template.isType("Pet") || _template.isType("Decoy") || _template.isType("Trap"))
{ {
_currentCount++; _currentCount++;