X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fpoints%2Fclass_UserPoints.php;h=6a9d88f172e03ff9b98df8b7c989b9833cc22264;hp=7a2aa2010fdbe07fd815929b9ae2362b17d9c53b;hb=ec23e72b16433ac136817f3ea78697fb70236e4a;hpb=e2846002167edccccb1240437f40ee057075d0d9 diff --git a/inc/classes/main/points/class_UserPoints.php b/inc/classes/main/points/class_UserPoints.php index 7a2aa20..6a9d88f 100644 --- a/inc/classes/main/points/class_UserPoints.php +++ b/inc/classes/main/points/class_UserPoints.php @@ -31,12 +31,6 @@ class UserPoints extends BaseFrameworkSystem implements Registerable { // Call parent constructor parent::__construct(__CLASS__); - // Set part description - $this->setObjectDescription("Class for handling user points"); - - // Create unique ID number - $this->generateUniqueId(); - // Clean up a little $this->removeNumberFormaters(); $this->removeSystemArray();