Quellcode durchsuchen

Merge pull request #488 from Azaezel/484

fix for issue #484
David Wyand vor 12 Jahren
Ursprung
Commit
a27a8c4142
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      Templates/Full/game/scripts/server/shapeBase.cs

+ 1 - 1
Templates/Full/game/scripts/server/shapeBase.cs

@@ -101,7 +101,7 @@ function ShapeBase::clearDamageDt(%this)
 // ShapeBase datablock
 // ShapeBase datablock
 //-----------------------------------------------------------------------------
 //-----------------------------------------------------------------------------
 
 
-function ShapeBaseData::damage(%this, %obj, %position, %source, %amount, %damageType)
+function ShapeBaseData::damage(%this, %obj, %source, %position, %amount, %damageType)
 {
 {
    // Ignore damage by default. This empty method is here to
    // Ignore damage by default. This empty method is here to
    // avoid console warnings.
    // avoid console warnings.